|
Search: id:A140894
|
|
|
| A140894 |
|
A triangle of p-adic Binet like numbers: t(n,m)=((( 1 + Sqrt[Prime[n]]))^m - (( 1 - Sqrt[Prime[n]]))^m)/(2*Sqrt[Prime[n]]). |
|
+0 1
|
|
| 1, 1, 2, 1, 2, 8, 1, 2, 10, 32, 1, 2, 14, 48, 236, 1, 2, 16, 56, 304, 1280, 1, 2, 20, 72, 464, 2080, 11584, 1, 2, 22, 80, 556, 2552, 15112, 76160, 1, 2, 26, 96, 764, 3640, 24088, 128256, 786448, 1, 2, 32, 120, 1136, 5632, 43072, 243840, 1693696, 10214912
(list; table; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
COMMENT
|
Row sums are:
{1, 3, 11, 45, 301, 1659, 14223, 94485, 943321, 12202443}.
The use of primes makes sure that these are sums of two irrational numbers
that are root solutions to quadratic polynomials.
|
|
REFERENCES
|
Weisstein, Eric W. "Binet's Fibonacci Number Formula." http://mathworld.wolfram.com/BinetsFibonacciNumberFormula.html
|
|
FORMULA
|
t(n,m)=((( 1 + Sqrt[Prime[n]]))^m - (( 1 - Sqrt[Prime[n]]))^m)/(2*Sqrt[Prime[n]]).
|
|
EXAMPLE
|
{1},
{1, 2},
{1, 2, 8},
{1, 2, 10, 32},
{1, 2, 14, 48, 236},
{1, 2, 16, 56, 304, 1280},
{1, 2, 20, 72, 464, 2080, 11584},
{1, 2, 22, 80, 556, 2552, 15112, 76160},
{1, 2, 26, 96, 764, 3640, 24088, 128256, 786448},
{1, 2, 32, 120, 1136, 5632, 43072, 243840, 1693696, 10214912}
|
|
MATHEMATICA
|
Binet[n_, m_] := (((1 + Sqrt[Prime[n]]))^m - (( 1 - Sqrt[Prime[n]]))^m)/(2*Sqrt[Prime[n]]); a = Table[Table[ExpandAll[Binet[n, m]], {m, 1, n}], {n, 1, 10}] Flatten[a]
|
|
CROSSREFS
|
Cf. A117809.
Sequence in context: A103410 A114303 A030651 this_sequence A137305 A143208 A119419
Adjacent sequences: A140891 A140892 A140893 this_sequence A140895 A140896 A140897
|
|
KEYWORD
|
nonn,uned,tabl
|
|
AUTHOR
|
Roger L. Bagula and Gary W. Adamson (rlbagulatftn(AT)yahoo.com), Jul 23 2008
|
|
|
Search completed in 0.002 seconds
|