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!)
A162466 a(n) = 12*a(n-2) for n > 2; a(1) = 1, a(2) = 8. 1
1, 8, 12, 96, 144, 1152, 1728, 13824, 20736, 165888, 248832, 1990656, 2985984, 23887872, 35831808, 286654464, 429981696, 3439853568, 5159780352, 41278242816, 61917364224, 495338913792, 743008370688, 5944066965504 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Eighth binomial transform is A161729.
LINKS
FORMULA
a(n) = (5-(-1)^n)*2^(1/2 *(2*n-3+(-1)^n))*3^(1/4*(2*n-5+(-1)^n)).
G.f.: x*(1+8*x)/(1-12*x^2).
a(n) = 2^(n-1)*A074324(n). - M. F. Hasler, Dec 03 2014
MATHEMATICA
LinearRecurrence[{0, 12}, {1, 8}, 30] (* Harvey P. Dale, Sep 17 2020 *)
PROG
(PARI) {m=24; v=concat([1, 8], vector(m-2)); for(n=3, m, v[n]=12*v[n-2]); v}
(PARI) Vec(x*(1+8*x)/(1-12*x^2)+O(x^29)) \\ M. F. Hasler, Dec 03 2014
CROSSREFS
Sequence in context: A137232 A147764 A226259 * A098664 A266800 A230545
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Jul 04 2009
EXTENSIONS
G.f. and comment corrected, formula added by Klaus Brockhaus, Sep 18 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 16 12:05 EDT 2024. Contains 371711 sequences. (Running on oeis4.)