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!)
A147959 a(n) = ((8 + sqrt(2))^n + (8 - sqrt(2))^n)/2. 4
1, 8, 66, 560, 4868, 43168, 388872, 3545536, 32618512, 302072960, 2810819616, 26244590336, 245642629184, 2303117466112, 21620036448384, 203127300275200, 1909594544603392, 17959620096591872, 168959059780059648 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A147958. Inverse binomial transform of A147960. 8th binomial transform of A077957. - Philippe Deléham, Nov 30 2008
LINKS
FORMULA
From Philippe Deléham, Nov 19 2008: (Start)
a(n) = 16*a(n-1) - 62*a(n-2), n > 1; a(0)=1, a(1)=8.
G.f.: (1 - 8*x)/(1 - 16*x + 62*x^2).
a(n) = (Sum_{k=0..n} A098158(n,k)*8^(2k)*2^(n-k))/8^n. (End)
E.g.f.: exp(8*x)*cosh(sqrt(2)*x). - Ilya Gutkovskiy, Aug 11 2017
EXAMPLE
a(3) = ((8 + sqrt(2))^3 + (8 - sqrt(2))^3)/2
= (8^3 + 3*8^2*sqrt(2) + 3*8*2 + 2*sqrt(2)
+ 8^3 - 3*8^2*sqrt(2) + 3*8*2 - 2*sqrt(2))/2
= 8^3 + 3*8*2
= 560.
MATHEMATICA
LinearRecurrence[{16, -62}, {1, 8}, 50] (* G. C. Greubel, Aug 17 2018 *)
PROG
(Magma) Z<x>:= PolynomialRing(Integers()); N<r2>:=NumberField(x^2-2); S:=[ ((8+r2)^n+(8-r2)^n)/2: n in [0..18] ]; [ Integers()!S[j]: j in [1..#S] ]; // Klaus Brockhaus, Nov 19 2008
(PARI) x='x+O('x^30); Vec((1-8*x)/(1-16*x+62*x^2)) \\ G. C. Greubel, Aug 17 2018
CROSSREFS
Sequence in context: A190331 A162758 A004331 * A197355 A121777 A056621
KEYWORD
nonn,easy
AUTHOR
Al Hakanson (hawkuu(AT)gmail.com), Nov 17 2008
EXTENSIONS
Extended beyond a(6) by Klaus Brockhaus, Nov 19 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 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)