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!)
A329439 Expansion of Sum_{k>=1} (-1 + Product_{j>=1} 1 / (1 - x^(k*j^2))). 2
1, 2, 2, 4, 3, 5, 3, 7, 6, 8, 5, 12, 7, 10, 10, 15, 10, 19, 11, 22, 17, 20, 15, 31, 22, 28, 27, 35, 27, 44, 29, 46, 40, 48, 43, 69, 47, 61, 58, 80, 61, 89, 67, 93, 92, 97, 85, 129, 101, 131, 118, 146, 125, 172, 142, 182, 166, 191, 170, 241, 193, 231, 230 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Inverse Moebius transform of A001156.
LINKS
FORMULA
G.f.: Sum_{k>=1} A001156(k) * x^k / (1 - x^k).
a(n) = Sum_{d|n} A001156(d).
MATHEMATICA
nmax = 63; CoefficientList[Series[Sum[-1 + Product[1/(1 - x^(k j^2)), {j, 1, Floor[nmax^(1/2)] + 1}], {k, 1, nmax}], {x, 0, nmax}], x] // Rest
CROSSREFS
Sequence in context: A054346 A145393 A215675 * A132802 A341947 A268353
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 April 24 00:30 EDT 2024. Contains 371917 sequences. (Running on oeis4.)