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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152265 ((8+sqrt7)^n+(8-sqrt7)^n)/2 2
1, 8, 71, 680, 6833, 70568, 739607, 7811336, 82823777, 879934280, 9357993191, 99571637096, 1059740581649, 11280265991912, 120079042716599, 1278289521926600, 13608126915979457, 144867527905855112 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

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

FORMULA

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

EXAMPLE

a(3)=680

PROG

(MAGMA) Z<x>:= PolynomialRing(Integers()); N<r7>:=NumberField(x^2-7); S:=[ ((8+r7)^n+(8-r7)^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: A015576 A070998 A187709 * A081178 A096341 A199687

Adjacent sequences:  A152262 A152263 A152264 * A152266 A152267 A152268

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 06:13 EST 2012. Contains 205991 sequences.