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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A164540 a(n) = 4*a(n-1)+4*a(n-2) for n > 1; a(0) = 1, a(1) = 14. 3
1, 14, 60, 296, 1424, 6880, 33216, 160384, 774400, 3739136, 18054144, 87173120, 420909056, 2032328704, 9812951040, 47381118976, 228776280064, 1104629596160, 5333623504896, 25753012404224, 124346543636480, 600398224162816 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Binomial transform of A164539. Second binomial transform of A164675. Inverse binomial transform of A164541.

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..164

FORMULA

a(n) = 4*a(n-1)+4*a(n-2) for n > 1; a(0) = 1, a(1) = 14.

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

a(n) = ((1+3*sqrt(2))*(2+2*sqrt(2))^n+(1-3*sqrt(2))*(2-2*sqrt(2))^n)/2.

PROG

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

CROSSREFS

Cf. A164539, A164675, A164541.

Sequence in context: A100171 A063492 A051799 * A140184 A189948 A025415

Adjacent sequences:  A164537 A164538 A164539 * A164541 A164542 A164543

KEYWORD

nonn,easy

AUTHOR

Al Hakanson (hawkuu(AT)gmail.com), Aug 15 2009

EXTENSIONS

Edited and extended beyond a(5) by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Aug 20 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 17 19:13 EST 2012. Contains 206085 sequences.