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!)
A341505 E.g.f.: Product_{i>=1, j>=1} 1 / (1 - x^(i*j) / (i*j)!). 3
1, 1, 4, 14, 77, 427, 3076, 23088, 205316, 1936275, 20611750, 233576818, 2909340750, 38527889389, 551372037898, 8364582709282, 135560933977809, 2320127265064403, 42072789623722518, 802547153889643250, 16118882845967168807, 339268639052195731063 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Product_{k>=1} 1 / (1 - x^k / k!)^sigma_0(k).
a(n) ~ c * n!, where c = Product_{k>=2} 1/(1 - 1/k!)^sigma_0(k) = 6.6953800201104498115311861820134227776761182601282551253439990653959... - Vaclav Kotesovec, Feb 20 2021
MATHEMATICA
nmax = 21; CoefficientList[Series[Product[1/(1 - x^k/k!)^DivisorSigma[0, k], {k, 1, nmax}], {x, 0, nmax}], x] Range[0, nmax]!
a[n_] := a[n] = If[n == 0, 1, (n - 1)! Sum[Sum[d DivisorSigma[0, d]/(d!)^(k/d), {d, Divisors[k]}] a[n - k]/(n - k)!, {k, 1, n}]]; Table[a[n], {n, 0, 21}]
CROSSREFS
Sequence in context: A222900 A222485 A009347 * A231510 A161132 A186638
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Feb 13 2021
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 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)