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!)
A370733 a(n) = 5^(2*n) * [x^n] Product_{k>=1} 1/(1 - 2*x^k)^(1/5). 2
1, 10, 550, 19750, 921250, 32011250, 1563143750, 58080093750, 2719958906250, 113913469531250, 5214823539843750, 228024893230468750, 10704801509316406250, 482674223446582031250, 22664252188144042968750, 1053427002068999511718750, 49776941230938518066406250 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: Product_{k>=1} 1/(1 - 2*(25*x)^k)^(1/5).
a(n) ~ 50^n / (Gamma(1/5) * QPochhammer(1/2)^(1/5) * n^(4/5)).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1/(1-2*x^k), {k, 1, nmax}]^(1/5), {x, 0, nmax}], x] * 25^Range[0, nmax]
nmax = 20; CoefficientList[Series[Product[1/(1-2*(25*x)^k), {k, 1, nmax}]^(1/5), {x, 0, nmax}], x]
CROSSREFS
Cf. A070933 (m=1), A370713 (m=2), A370715 (m=3), A370732 (m=4).
Sequence in context: A289200 A014382 A325147 * A035308 A327412 A212925
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Feb 28 2024
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 3 16:50 EDT 2024. Contains 372221 sequences. (Running on oeis4.)