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!)
A370735 a(n) = 5^(2*n) * [x^n] Product_{k>=1} 1/(1 - 3*x^k)^(1/5). 3
1, 15, 1050, 52125, 3277500, 179801250, 11966690625, 738318187500, 49788716718750, 3314446448437500, 227432073022265625, 15631633385109375000, 1090877899335878906250, 76338563689129101562500, 5384934139819611328125000, 381204340327212964599609375, 27111589537137988341064453125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
In general, if d > 1, m >= 1 and g.f. = Product_{k>=1} 1/(1 - d*x^k)^(1/m), then a(n) ~ d^n / (Gamma(1/m) * QPochhammer(1/d)^(1/m) * n^(1 - 1/m)).
LINKS
FORMULA
G.f.: Product_{k>=1} 1/(1 - 3*(25*x)^k)^(1/5).
a(n) ~ 75^n / (Gamma(1/5) * QPochhammer(1/3)^(1/5) * n^(4/5)).
MATHEMATICA
nmax = 20; CoefficientList[Series[Product[1/(1-3*x^k), {k, 1, nmax}]^(1/5), {x, 0, nmax}], x] * 25^Range[0, nmax]
nmax = 20; CoefficientList[Series[Product[1/(1-3*(25*x)^k), {k, 1, nmax}]^(1/5), {x, 0, nmax}], x]
CROSSREFS
Cf. A242587 (d=3,m=1), A370714 (d=3,m=2), A370710 (d=3,m=3), A370734 (d=3,m=4).
Cf. A070933 (d=2,m=1), A370713 (d=2,m=2), A370715 (d=2,m=3), A370732 (d=2,m=4), A370733 (d=2,m=5).
Cf. A000041 (d=1,m=1), A271235 (d=1,m=2), A271236 (d=1,m=3).
Sequence in context: A064625 A241331 A205602 * A233509 A206162 A203409
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 July 16 00:06 EDT 2024. Contains 374343 sequences. (Running on oeis4.)