|
| |
|
|
A054489
|
|
Expansion of (1+4x)/(1-6x+x^2).
|
|
3
| |
|
|
1, 10, 59, 344, 2005, 11686, 68111, 396980, 2313769, 13485634, 78600035, 458114576, 2670087421, 15562409950, 90704372279, 528663823724, 3081278570065, 17959007596666, 104672767009931, 610077594462920
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
REFERENCES
| I. Adler, Three Diophantine equations - Part II, Fib. Quart., 7(1969), pps. 181-193.
A. H. Beiler, Recreations in the Theory of Numbers, Dover, N. Y., 1964, pps. 122-125, 194-196.
E. I. Emerson, Recurrent Sequences in the Equation DQ^2=R^2+N, Fib. Quart., 7(1969), pps. 231-242.
|
|
|
LINKS
| Tanya Khovanova, Recursive Sequences
Index to sequences with linear recurrences with constant coefficients, signature (6,-1).
|
|
|
FORMULA
| a(n)=6a(n-1)-a(n-2), a(0)=1, a(1)=10.
a(n)={10*([3+2sqrt(2)]^n-[3-2sqrt(2)]^n)-([3+2sqrt(2)]^(n-1)-[3-2sqrt(2)]^(n-1))}/4sqrt(2).
|
|
|
MAPLE
| a[0]:=1: a[1]:=10: for n from 2 to 26 do a[n]:=6*a[n-1]-a[n-2] od: seq(a[n], n=0..19); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 26 2006
|
|
|
CROSSREFS
| Cf. A054488 and A038761.
Sequence in context: A045950 A061001 A055586 * A140890 A055714 A046762
Adjacent sequences: A054486 A054487 A054488 * A054490 A054491 A054492
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Barry E. Williams, May 04 2000
|
|
|
EXTENSIONS
| More terms from James A. Sellers (sellersj(AT)math.psu.edu), May 05 2000
|
| |
|
|