The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A164311 a(n) = 12*a(n-1) - 33*a(n-2) for n > 1; a(0) = 4, a(1) = 27. 1
4, 27, 192, 1413, 10620, 80811, 619272, 4764501, 36738036, 283627899, 2191179600, 16934434533, 130904287596, 1012015111563, 7824339848088, 60495579495477, 467743738958820, 3616570744155099, 27963305544220128, 216212831973523269 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Binomial transform of A162561. Sixth binomial transform of A162766.
LINKS
FORMULA
a(n) = ((4+sqrt(3))*(6+sqrt(3))^n + (4-sqrt(3))*(6-sqrt(3))^n)/2.
G.f.: (4-21*x)/(1-12*x+33*x^2).
E.g.f.: (4*cosh(sqrt(3)*x) + sqrt(3)*sinh(sqrt(3)*x))*exp(6*x). - G. C. Greubel, Sep 13 2017
MATHEMATICA
LinearRecurrence[{12, -33}, {4, 27}, 50] (* or *) CoefficientList[Series[(4 - 21*x)/(1 - 12*x + 33*x^2), {x, 0, 50}], x] (* G. C. Greubel, Sep 13 2017 *)
PROG
(Magma) [ n le 2 select 23*n-19 else 12*Self(n-1)-33*Self(n-2): n in [1..20] ];
(PARI) x='x+O('x^50); Vec((4-21*x)/(1-12*x+33*x^2)) \\ G. C. Greubel, Sep 13 2017
CROSSREFS
Sequence in context: A078100 A356393 A036753 * A091125 A331796 A193221
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Aug 12 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 May 17 12:26 EDT 2024. Contains 372600 sequences. (Running on oeis4.)