login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A152055 a(n) = ((8 + sqrt(3))^n + (8 - sqrt(3))^n)/2. 1
1, 8, 67, 584, 5257, 48488, 455131, 4324328, 41426257, 399036104, 3857575987, 37380013448, 362768079961, 3524108459048, 34256882467147, 333139503472424, 3240562225062817, 31527485889187208, 306765478498163491 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Philippe Deléham, Nov 26 2008: (Start)
a(n) = 16*a(n-1) - 61*a(n-2), n > 1; a(0)=1, a(1)=8.
G.f.: (1-8*x)/(1-16x+61*x^2).
a(n) = (Sum_{k=0..n} A098158(n,k)*8^(2*k)*3^(n-k))/8^n. (End)
MATHEMATICA
LinearRecurrence[{16, -61}, {1, 8}, 30] (* Harvey P. Dale, Sep 02 2018 *)
PROG
(Magma) Z<x>:= PolynomialRing(Integers()); N<r3>:=NumberField(x^2-3); S:=[ ((8+r3)^n+(8-r3)^n)/2: n in [0..18] ]; [ Integers()!S[j]: j in [1..#S] ]; // Klaus Brockhaus, Nov 26 2008
CROSSREFS
Sequence in context: A091645 A015574 A370028 * A363309 A000434 A304073
KEYWORD
nonn
AUTHOR
Al Hakanson (hawkuu(AT)gmail.com), Nov 22 2008
EXTENSIONS
Extended beyond a(6) by Klaus Brockhaus and Philippe Deléham, Nov 26 2008
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)