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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152107 ((6+sqrt5)^n+(6-sqrt5)^n)^n/2 0
1, 6, 41, 306, 2401, 19326, 157481, 1290666, 10606081, 87262326, 718359401, 5915180706, 48713027041, 401185722606, 3304124833001, 27212740595226, 224125017319681, 1845905249384166, 15202987455699881, 125212786737489426 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

a(n)=12*a(n-1)-31*a(n-2), n>1 ; a(0)=1, a(1)=6 . G.f.: (1-6*x)/(1-12*x+31*x^2). a(n)=(Sum_{k, 0<=k<=n}A098158(n,k)*6^(2*k)*5^(n-k))/6^n . [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Nov 26 2008]

EXAMPLE

a(3)=306

PROG

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

CROSSREFS

Sequence in context: A083067 A000402 A186654 * A143023 A078009 A127848

Adjacent sequences:  A152104 A152105 A152106 * A152108 A152109 A152110

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

Extended beyond a(6) by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 26 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 20:26 EST 2012. Contains 205852 sequences.