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!)
A292416 a(n) = [x^n] Product_{k>=1} (1 + 2^n*x^k) / (1 - 2^n*x^k). 3
1, 4, 40, 1296, 149024, 71573568, 141871849600, 1143771307901184, 37183988027710374400, 4854666820584582571623424, 2540262650941956832151944038400, 5322109355556594174041950822678401024, 44623279107562668799968801377926722975965184 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Convolution of A292414 and A292415.
LINKS
FORMULA
a(n) ~ 2^(n^2 + 1).
MATHEMATICA
nmax = 15; Table[SeriesCoefficient[Product[(1+2^n*x^k)/(1-2^n*x^k), {k, 1, n}], {x, 0, n}], {n, 0, nmax}]
PROG
(PARI) {a(n)= polcoef(prod(k=1, n, ((1+2^n*x^k)/(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: A102922 A139688 A197356 * A304985 A292814 A303124
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 18 18:58 EDT 2024. Contains 371781 sequences. (Running on oeis4.)