[go: up one dir, main page]

login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A162356
a(n) = 8*a(n-1)-14*a(n-2) for n>1; a(0) = 2; a(1) = 9.
0
2, 9, 44, 226, 1192, 6372, 34288, 185096, 1000736, 5414544, 29306048, 158644768, 858873472, 4649961024, 25175459584, 136304222336, 737977344512, 3995559643392, 21632794323968, 117124519584256, 634137036138496
OFFSET
0,1
COMMENTS
Fourth binomial transform of A135530.
FORMULA
G.f.: (2-7*x)/(1-8*x+14*x^2).
a(n) = ((4+sqrt(2))^(n+1)+(4-sqrt(2))^(n+1))/4.
PROG
(Magma) Z<x>:=PolynomialRing(Integers()); N<r>:=NumberField(x^2-2); S:=[ ((4+r)^(n+1)+(4-r)^(n+1))/4: n in [0..20] ]; [ Integers()!S[j]: j in [1..#S] ];
CROSSREFS
Cf. A135530, A161944 (third binomial transform of A135530), A161947 (fifth binomial transform of A135530).
Sequence in context: A216861 A199308 A176479 * A364476 A339440 A026302
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Jul 01 2009
STATUS
approved