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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152263 ((8+sqrt6)^n+(8-sqrt6)^n)/2 2
1, 8, 70, 656, 6436, 64928, 665560, 6883136, 71527696, 745221248, 7774933600, 81176105216, 847871534656, 8857730451968, 92547138221440, 967005845328896, 10104359508418816, 105583413105625088, 1103281758201710080 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

Binomial transform of A152262 . Inverse binomial transform of A152264 . [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Dec 03 2008]

FORMULA

a(n)=16*a(n-1)-58*a(n-2), n>1 ; a(0)=1, a(1)=8 . G.f.: (1-8*x)/(1-16*x+58*x^2). a(n)=Sum_{k, 0<=k<=n}A098158(n,k)*8^(2k-n)*6^(n-k). [From Philippe DELEHAM (kolotoko(AT)wanadoo.fr), Dec 03 2008]

EXAMPLE

a(3)=656

PROG

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

CROSSREFS

Sequence in context: A124152 A056631 A190560 * A142986 A123511 A053729

Adjacent sequences:  A152260 A152261 A152262 * A152264 A152265 A152266

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 17 13:02 EST 2012. Contains 206021 sequences.