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!)
A292415 a(n) = [x^n] Product_{k>=1} (1 / (1 - 2^n*x^k)). 3
1, 2, 20, 584, 70160, 34670624, 69827571776, 567417533153408, 18519367937794769152, 2422592506675732350501376, 1268890961666701371908767613952, 2659755334364276805914758224778627072, 22306192375831301664022382396371369078034432 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) ~ 2^(n^2).
MATHEMATICA
nmax = 15; Table[SeriesCoefficient[Product[1/(1-2^n*x^k), {k, 1, n}], {x, 0, n}], {n, 0, nmax}]
PROG
(PARI) {a(n)= polcoef(prod(k=1, n, 1/(1-2^n*x^k +x*O(x^n))), n)};
for(n=0, 20, print1(a(n), ", ")) \\ G. C. Greubel, Feb 02 2019
CROSSREFS
Sequence in context: A350794 A009399 A275779 * A197743 A009182 A015207
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Sep 16 2017
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 23 13:41 EDT 2024. Contains 371914 sequences. (Running on oeis4.)