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!)
A185995 a(n) = 2^(C(2n+2,3)/4). 4
1, 2, 32, 16384, 1073741824, 36028797018963968, 2475880078570760549798248448, 1393796574908163946345982392040522594123776, 25711008708143844408671393477458601640355247900524685364822016 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Hankel transform of A185994.
LINKS
FORMULA
a(n) = Product_{k=0..n} (2^(2k+1))^(n-k).
a(n) = 2^A000330(n).
a(n) = 2^(1/6*n*(2*n^2+3*n+1)). - Alexander R. Povolotsky, Feb 13 2011
MATHEMATICA
Table[2^(1/6*n*(2*n^2 + 3*n + 1)), {n, 0, 25}] (* G. C. Greubel, Feb 20 2017
PROG
(PARI) for(n=0, 15, print1(2^(1/6*n*(2*n^2 + 3*n + 1)), ", ")) \\ G. C. Greubel, Feb 20 2017
CROSSREFS
Sequence in context: A091804 A012853 A128146 * A012604 A012731 A073402
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Feb 08 2011
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 18 06:11 EDT 2024. Contains 372618 sequences. (Running on oeis4.)