cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A162356 a(n) = 8*a(n-1)-14*a(n-2) for n>1; a(0) = 2; a(1) = 9.

Original entry on oeis.org

2, 9, 44, 226, 1192, 6372, 34288, 185096, 1000736, 5414544, 29306048, 158644768, 858873472, 4649961024, 25175459584, 136304222336, 737977344512, 3995559643392, 21632794323968, 117124519584256, 634137036138496
Offset: 0

Views

Author

Klaus Brockhaus, Jul 01 2009

Keywords

Comments

Fourth binomial transform of A135530.

Crossrefs

Cf. A135530, A161944 (third binomial transform of A135530), A161947 (fifth binomial transform of A135530).

Programs

  • Magma
    Z:=PolynomialRing(Integers()); N:=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] ];

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.
Showing 1-1 of 1 results.