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!)
A164034 a(n) = ((4+3*sqrt(2))*(4+sqrt(2))^n + (4-3*sqrt(2))*(4-sqrt(2))^n)/4. 4
2, 11, 60, 326, 1768, 9580, 51888, 280984, 1521440, 8237744, 44601792, 241485920, 1307462272, 7078895296, 38326690560, 207508990336, 1123498254848, 6082860174080, 32933905824768, 178311204161024, 965414951741440 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Binomial transform of A164033. Fourth binomial transform of A164090. Inverse binomial transform of A164035.
LINKS
FORMULA
a(n) = 8*a(n-1) - 14*a(n-2) for n > 1; a(0) = 2, a(1) = 11.
G.f.: (2-5*x)/(1-8*x+14*x^2).
E.g.f.: (2*cosh(sqrt(2)*x) + (3*sqrt(2)/2)*sinh(sqrt(2)*x))*exp(4*x). - G. C. Greubel, Sep 08 2017
MATHEMATICA
LinearRecurrence[{8, -14}, {2, 11}, 30] (* Harvey P. Dale, Aug 09 2016 *)
PROG
(Magma) Z<x>:= PolynomialRing(Integers()); N<r>:=NumberField(x^2-2); S:=[ ((4+3*r)*(4+r)^n+(4-3*r)*(4-r)^n)/4: n in [0..20] ]; [ Integers()!S[j]: j in [1..#S] ]; // Klaus Brockhaus, Aug 09 2009
(PARI) x='x+O('x^50); Vec((2-5*x)/(1-8*x+14*x^2)) \\ G. C. Greubel, Sep 08 2017
CROSSREFS
Sequence in context: A290116 A251180 A286194 * A240548 A255549 A352311
KEYWORD
nonn
AUTHOR
Al Hakanson (hawkuu(AT)gmail.com), Aug 08 2009
EXTENSIONS
Edited and extended beyond a(5) by Klaus Brockhaus, Aug 09 2009
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 18 03:01 EDT 2024. Contains 371767 sequences. (Running on oeis4.)