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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A163062 a(n) = ((3+sqrt(5))*(1+sqrt(5))^n+(3-sqrt(5))*(1-sqrt(5))^n)/2. 2
3, 8, 28, 88, 288, 928, 3008, 9728, 31488, 101888, 329728, 1067008, 3452928, 11173888, 36159488, 117014528, 378667008, 1225392128, 3965452288, 12832473088, 41526755328, 134383403008, 434873827328, 1407281266688 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

COMMENTS

Binomial transform of A163114. Inverse binomial transform of A163063.

FORMULA

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

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

PROG

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

CROSSREFS

Cf. A163114, A163063.

Sequence in context: A005641 A148845 A148846 * A148847 A148848 A148849

Adjacent sequences:  A163059 A163060 A163061 * A163063 A163064 A163065

KEYWORD

nonn

AUTHOR

Al Hakanson (hawkuu(AT)gmail.com), Jul 20 2009

EXTENSIONS

Edited and extended beyond a(5) by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 21 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.