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!)
A329435 Expansion of Sum_{k>=1} (-1 + Product_{j>=2} 1 / (1 - x^(k*j))). 1
0, 1, 1, 3, 2, 6, 4, 10, 9, 15, 14, 29, 24, 39, 44, 65, 66, 102, 105, 154, 170, 225, 253, 356, 385, 503, 583, 749, 847, 1100, 1238, 1572, 1809, 2234, 2579, 3219, 3660, 4484, 5195, 6314, 7245, 8800, 10087, 12141, 14011, 16678, 19196, 22930, 26256, 31099, 35784 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
COMMENTS
Inverse Moebius transform of A002865.
LINKS
FORMULA
G.f.: Sum_{k>=1} A002865(k) * x^k / (1 - x^k).
a(n) = Sum_{d|n} A002865(d).
MATHEMATICA
nmax = 51; CoefficientList[Series[Sum[-1 + Product[1/(1 - x^(k j)), {j, 2, nmax}], {k, 1, nmax}], {x, 0, nmax}], x] // Rest
CROSSREFS
Sequence in context: A246276 A091018 A248971 * A160795 A258212 A347704
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 August 18 04:09 EDT 2024. Contains 375255 sequences. (Running on oeis4.)