The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A350596 Coefficients of the expansion of Sum_{i,j,k>=1} x^(i*j*k)/((1-x^i)*(1-x^j)*(1-x^k)). 0
1, 6, 15, 34, 54, 96, 130, 196, 255, 349, 417, 570, 652, 823, 954, 1180, 1299, 1602, 1732, 2089, 2280, 2659, 2820, 3375, 3541, 4078, 4321, 4963, 5139, 5970, 6115, 6982, 7233, 8116, 8325, 9544, 9634, 10780, 11040, 12385, 12465, 14091, 14071, 15730, 15976, 17596, 17580 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(PARI) my(N=66, x='x+O('x^N)); Vec(sum(i=1, N, sum(j=1, N\i, sum(k=1, N\(i*j), x^(i*j*k)/((1-x^i)*(1-x^j)*(1-x^k))))))
CROSSREFS
Sequence in context: A083052 A333959 A265395 * A232604 A332735 A120849
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jan 08 2022
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 18 21:39 EDT 2024. Contains 372666 sequences. (Running on oeis4.)