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!)
A292414 a(n) = [x^n] Product_{k>=1} (1 + 2^n*x^k). 5
1, 2, 4, 72, 272, 2080, 270400, 2146432, 33751296, 403702272, 1103810790400, 17635156690944, 563431073648640, 13515197331283968, 360331952265379840, 37785849814204784082944, 1209091844251972299456512, 77374499118322174520328192, 3713890953695657990811811840 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Conjecture: log(a(n)) ~ sqrt(2)*log(2)*n^(3/2). - Vaclav Kotesovec, Aug 22 2018
MATHEMATICA
nmax = 20; Table[SeriesCoefficient[Product[(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 +x*O(x^n))), n)};
for(n=0, 20, print1(a(n), ", ")) \\ G. C. Greubel, Feb 02 2019
CROSSREFS
Sequence in context: A066974 A270583 A018373 * A053550 A018378 A023175
KEYWORD
nonn,look
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 19 16:03 EDT 2024. Contains 371794 sequences. (Running on oeis4.)