login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161941 a(n) = ((4+sqrt(2))*(2+sqrt(2))^n+(4-sqrt(2))*(2-sqrt(2))^n)/4. 4
2, 5, 16, 54, 184, 628, 2144, 7320, 24992, 85328, 291328, 994656, 3395968, 11594560, 39586304, 135156096, 461451776, 1575494912, 5379076096, 18365314560, 62703106048, 214081795072, 730920968192, 2495520282624, 8520239194112 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Second binomial transform of A135530.

FORMULA

a(n) = 4*a(n-1)-2*a(n-2) for n>1; a(0) = 2; a(1) = 5.

G.f.: (2-3*x)/(1-4*x+2*x^2).

PROG

(MAGMA) Z<x>:=PolynomialRing(Integers()); N<r>:=NumberField(x^2-2); S:=[ ((4+r)*(2+r)^n+(4-r)*(2-r)^n)/4: n in [0..24] ]; [ Integers()!S[j]: j in [1..#S] ]; [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 01 2009]

CROSSREFS

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

Sequence in context: A018191 A006191 A149959 * A120899 A149960 A149961

Adjacent sequences:  A161938 A161939 A161940 * A161942 A161943 A161944

KEYWORD

nonn

AUTHOR

Al Hakanson (hawkuu(AT)gmail.com), Jun 22 2009

EXTENSIONS

Edited and extended beyond a(4) by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 01 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:31 EST 2012. Contains 205938 sequences.