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!)
A285243 Expansion of Product_{k>=1} 1/(1 - k*x^(k^2))^k. 4
1, 1, 1, 1, 5, 5, 5, 5, 17, 26, 26, 26, 58, 94, 94, 94, 190, 298, 352, 352, 608, 896, 1112, 1112, 1752, 2641, 3289, 3559, 5095, 7499, 9227, 10307, 14051, 20111, 25520, 28760, 38843, 53467, 68191, 76831, 102187, 138283, 175543, 202813, 263905, 355220, 445364 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) ~ c * n * 2^(n/4), where
c = 37.4093119651465404809069752821426852731608123... if mod(n,4)=0
c = 37.6275180026872367633343656570058911570800766... if mod(n,4)=1
c = 37.7650387085085950514850376086515488784106690... if mod(n,4)=2
c = 37.4702467422193571732026074780460498930830447... if mod(n,4)=3
MATHEMATICA
nmax = 100; CoefficientList[Series[Product[1/(1 - k*x^(k^2))^k, {k, 1, nmax}], {x, 0, nmax}], x]
CROSSREFS
Sequence in context: A134701 A291655 A078097 * A339704 A282209 A082476
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Apr 15 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 24 17:51 EDT 2024. Contains 371962 sequences. (Running on oeis4.)