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!)
A147688 a(n) = ((6 + sqrt(8))^n + (6 - sqrt(8))^n)/2. 0
1, 6, 44, 360, 3088, 26976, 237248, 2091648, 18456832, 162915840, 1438198784, 12696741888, 112091336704, 989587267584, 8736489783296, 77129433907200, 680931492954112, 6011553766047744, 53072563389857792, 468547255228956672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From Philippe Deléham, Nov 13 2008: (Start)
a(n) = 12*a(n-1) - 28*a(n-2), a(0)=1, a(1)=6.
G.f.: (1-6x)/(1-12x+28x^2).
a(n) = (Sum_{k=0..n} A098158(n,k)*6^(2k)*8^(n-k))/6^n.
a(n) = 2^n*A083878(n). - R. J. Mathar, Feb 04 2021
MATHEMATICA
LinearRecurrence[{12, -28}, {1, 6}, 30] (* Harvey P. Dale, Apr 23 2011 *)
PROG
(Magma) Z<x>:= PolynomialRing(Integers()); N<r8>:=NumberField(x^2-8); S:=[ ((6+r8)^n+(6-r8)^n)/2: n in [0..19] ]; [ Integers()!S[j]: j in [1..#S] ]; // Klaus Brockhaus, Nov 13 2008
CROSSREFS
Sequence in context: A363104 A005591 A052204 * A090442 A286867 A361649
KEYWORD
nonn,easy
AUTHOR
Al Hakanson (hawkuu(AT)gmail.com), Nov 10 2008
EXTENSIONS
Extended beyond a(6) by Klaus Brockhaus, Nov 13 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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)