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!)
A319104 Expansion of e.g.f. Product_{k>=1} 1/(1 - x^(k^2))^(1/k^2). 1
1, 1, 2, 6, 30, 150, 900, 6300, 56700, 550620, 5506200, 60568200, 782951400, 10351341000, 144918774000, 2173781610000, 38080340298000, 653540914026000, 12158944705908000, 231019949412252000, 4855314209005260000, 102626845031971260000, 2275136280946849320000, 52328134461777534360000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp(Sum_{k>=1} A046951(k)*x^k/k).
MAPLE
seq(n!*coeff(series(mul(1/(1-x^(k^2))^(1/k^2), k=1..100), x=0, 24), x, n), n=0..23); # Paolo P. Lava, Jan 09 2019
MATHEMATICA
nmax = 23; CoefficientList[Series[Product[1/(1 - x^k^2)^(1/k^2), {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
nmax = 23; CoefficientList[Series[Exp[Sum[Length[Select[Divisors[k], IntegerQ[Sqrt[#]] &]] x^k/k, {k, 1, nmax}]], {x, 0, nmax}], x] Range[0, nmax]!
a[n_] := a[n] = (n - 1)! Sum[Length[Select[Divisors[k], IntegerQ[Sqrt[#]] &]] a[n - k]/(n - k)!, {k, 1, n}]; a[0] = 1; Table[a[n], {n, 0, 23}]
CROSSREFS
Sequence in context: A166078 A319365 A306946 * A326756 A362696 A327927
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 10 2018
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 August 14 05:41 EDT 2024. Contains 375146 sequences. (Running on oeis4.)