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!)
A164110 a(n) = 12*a(n-1) - 34*a(n-2) for n > 1; a(0) = 5, a(1) = 36. 3
5, 36, 262, 1920, 14132, 104304, 771160, 5707584, 42271568, 313200960, 2321178208, 17205305856, 127543611200, 945542935296, 7010032442752, 51971929512960, 385322051101952, 2856819009782784, 21180878379927040 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Binomial transform of A164038. Sixth binomial transform of A164095.
LINKS
FORMULA
a(n) = ((5+3*sqrt(2))*(6+sqrt(2))^n+(5-3*sqrt(2))*(6-sqrt(2))^n)/2.
G.f.: (5-24*x)/(1-12*x+34*x^2).
E.g.f.: (5*cosh(sqrt(2)*x) + 3*sqrt(2)*sinh(sqrt(2)*x))*exp(6*x). - G. C. Greubel, Sep 11 2017
MATHEMATICA
LinearRecurrence[{12, -34}, {5, 36}, 50] (* G. C. Greubel, Sep 11 2017 *)
PROG
(Magma) [ n le 2 select 31*n-26 else 12*Self(n-1)-34*Self(n-2): n in [1..19] ];
(PARI) x='x+O('x^50); Vec((5-24*x)/(1-12*x+34*x^2)) \\ G. C. Greubel, Sep 11 2017
CROSSREFS
Sequence in context: A098305 A055270 A297576 * A285392 A327091 A201351
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Aug 10 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 25 12:53 EDT 2024. Contains 371969 sequences. (Running on oeis4.)