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!)
A329438 Expansion of Sum_{k>=1} (-1 + Product_{j>=1} (1 + x^(k*prime(j)))). 1

%I #4 Nov 13 2019 15:09:36

%S 0,1,1,1,2,2,2,2,2,5,1,4,2,5,5,5,2,7,3,9,7,6,5,10,7,9,7,11,7,14,9,12,

%T 11,12,13,20,11,15,16,22,14,25,15,23,22,24,19,33,23,33,25,34,26,39,33,

%U 41,36,40,35,57,39,50,50,56,49,66,50,65,61,75,61

%N Expansion of Sum_{k>=1} (-1 + Product_{j>=1} (1 + x^(k*prime(j)))).

%C Inverse Moebius transform of A000586.

%F G.f.: Sum_{k>=1} A000586(k) * x^k / (1 - x^k).

%F a(n) = Sum_{d|n} A000586(d).

%t nmax = 71; CoefficientList[Series[Sum[-1 + Product[(1 + x^(k Prime[j])), {j, 1, nmax}], {k, 1, nmax}], {x, 0, nmax}], x] // Rest

%Y Cf. A000586, A047966, A047968, A329437.

%K nonn

%O 1,5

%A _Ilya Gutkovskiy_, Nov 13 2019

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 5 01:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)