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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152261 ((9+sqrt5)^n+(9-sqrt5)^n)/2 1
1, 9, 86, 864, 9016, 96624, 1054016, 11628864, 129214336, 1442064384, 16136869376, 180866755584, 2029199527936, 22779718078464, 255815761289216, 2873425129242624, 32279654468386816, 362653470608523264 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Binomial transform of A152109. [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Dec 03 2008]

FORMULA

a(n)=18*a(n-1)-76*a(n-2), n>1 ; a(0)=1, a(1)=9. G.f.: (1-9*x)/(1-18*x+76*x^2). a(n)=Sum{k, 0<=k<=n}A098158(n,k)*9^(2k-n)*5^(n-k). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Dec 03 2008]

EXAMPLE

a(3)=864

PROG

(MAGMA) Z<x>:= PolynomialRing(Integers()); N<r5>:=NumberField(x^2-5); S:=[ ((9+r5)^n+(9-r5)^n)/2: n in [0..17] ]; [ Integers()!S[j]: j in [1..#S] ]; [From Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 03 2008]

CROSSREFS

Sequence in context: A029711 A204465 A015581 * A028339 A180751 A100814

Adjacent sequences:  A152258 A152259 A152260 * A152262 A152263 A152264

KEYWORD

nonn

AUTHOR

Al Hakanson (hawkuu(AT)gmail.com), Dec 01 2008

EXTENSIONS

Extended beyond a(6) by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Dec 03 2008

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 15 21:56 EST 2012. Contains 205860 sequences.