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!)
A174467 G.f.: exp( Sum_{n>=1} A174468(n)*x^n/n ) where A174468(n) = Sum_{d|n} d*sigma(n/d)*sigma(d). 2
1, 1, 5, 10, 31, 58, 157, 299, 711, 1367, 2987, 5679, 11807, 22117, 44006, 81513, 156885, 286413, 537058, 967367, 1773882, 3155223, 5677183, 9976095, 17661695, 30682683, 53544796, 92037152, 158575796, 269850363, 459636546, 774851829 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Lida Ahmadi, Ricardo Gómez Aíza, and Mark Daniel Ward, A unified treatment of families of partition functions, arXiv:2303.02240 [math.CO], 2023.
FORMULA
From Ricardo Gómez Aíza, Mar 08 2023: (Start)
E.g.f.: Product_{n>=1,m>=1,k>=1} 1 / (1 - x^(n * m * k))^n.
log(a(n) / n!) ~ (3/2) * (Zeta(3) * Pi^4 / 18)^(1/3) * n^(2/3). (End)
PROG
(PARI) {a(n)=polcoeff(exp(sum(m=1, n, x^m/m*sumdiv(m, d, d*sigma(m/d)*sigma(d)))+x*O(x^n)), n)}
CROSSREFS
Cf. A174465, A000203 (sigma).
Sequence in context: A032296 A052648 A020995 * A005201 A221304 A094234
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Apr 04 2010
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)