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!)
A329466 Expansion of Sum_{k>=1} (-1 + Product_{j>=1} (1 + x^(k*j*(j + 1)/2))). 1
1, 1, 2, 2, 1, 3, 2, 2, 3, 3, 2, 4, 2, 3, 3, 4, 2, 5, 3, 5, 5, 4, 1, 6, 4, 3, 4, 7, 3, 7, 5, 7, 3, 5, 5, 8, 5, 6, 6, 8, 3, 10, 4, 7, 8, 7, 5, 10, 7, 10, 5, 10, 6, 9, 9, 13, 7, 8, 6, 14, 7, 10, 10, 14, 9, 12, 9, 12, 7, 17, 8, 14, 10, 14, 12, 17, 12, 12, 10, 20 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
Inverse Moebius transform of A024940.
LINKS
FORMULA
G.f.: Sum_{k>=1} A024940(k) * x^k / (1 - x^k).
a(n) = Sum_{d|n} A024940(d).
MATHEMATICA
nmax = 80; CoefficientList[Series[Sum[-1 + Product[(1 + x^(k j (j + 1)/2)), {j, 1, nmax}], {k, 1, nmax}], {x, 0, nmax}], x] // Rest
CROSSREFS
Sequence in context: A326394 A228425 A316842 * A347627 A263107 A286528
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Nov 13 2019
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 June 9 18:31 EDT 2024. Contains 373248 sequences. (Running on oeis4.)