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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A146964 a(n) = ((4+sqrt(7))^n+(4-sqrt(7))^n))/2. 2
1, 4, 23, 148, 977, 6484, 43079, 286276, 1902497, 12643492, 84025463, 558412276, 3711069041, 24662841844, 163903113383, 1089259330468, 7238946623297, 48108239012164, 319715392487639, 2124748988791636, 14120553377944337 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Binomial transform of A146963. Inverse binomial transform of A146965.

LINKS

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

FORMULA

a(n) = 8*a(n-1)-9*a(n-2); a(0)=1, a(1)=4. G.f.: (1-4*x)/(1-8*x+9*x^2). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr) and Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 05 2008]

a(n) = (Sum_{k, 0<=k<=n}A098158(n,k)*4^(2*k)*7^(n-k)}/4^n. [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 06 2008]

PROG

(MAGMA) Z<x>:= PolynomialRing(Integers()); N<r7>:=NumberField(x^2-7); S:=[ ((4+r7)^n+(4-r7)^n)/2: n in [0..20] ]; [ Integers()!S[j]: j in [1..#S] ]; [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 05 2008]

CROSSREFS

Cf. A146963, A146965, A098158.

Sequence in context: A091642 A162561 A020079 * A194006 A116881 A107089

Adjacent sequences:  A146961 A146962 A146963 * A146965 A146966 A146967

KEYWORD

nonn

AUTHOR

Al Hakanson (hawkuu(AT)gmail.com), Nov 03 2008

EXTENSIONS

Extended beyond a(7) by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 05 2008

Edited by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Jul 16 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 14 20:13 EST 2012. Contains 205663 sequences.