login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A166023
a(n) = 6*a(n-2) for n > 2; a(1) = 1, a(2) = 5.
3
1, 5, 6, 30, 36, 180, 216, 1080, 1296, 6480, 7776, 38880, 46656, 233280, 279936, 1399680, 1679616, 8398080, 10077696, 50388480, 60466176, 302330880, 362797056, 1813985280, 2176782336, 10883911680, 13060694016, 65303470080, 78364164096
OFFSET
1,2
COMMENTS
Interleaving of A000400 and 5*A000400.
Fifth binomial transform is A154236.
FORMULA
a(n) = 6^(1/4*(2*n+3+(-1)^n))*(11-(-1)^n)/72.
G.f.: x*(1+5*x)/(1-6*x^2).
MATHEMATICA
LinearRecurrence[{0, 6}, {1, 5}, {1, 50}] (* G. C. Greubel, Apr 21 2016 *)
PROG
(Magma) [ n le 2 select 4*n-3 else 6*Self(n-2): n in [1..29] ];
CROSSREFS
Cf. A000400 (powers of 6), A154236.
Sequence in context: A041056 A042643 A047179 * A137762 A177118 A151506
KEYWORD
nonn,easy
AUTHOR
Klaus Brockhaus, Oct 04 2009
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 15:29 EDT 2024. Contains 376119 sequences. (Running on oeis4.)