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!)
A319130 Expansion of Product_{k>=1} 1/(1 - x^k)^(2^omega(k)), where omega(k) = number of distinct primes dividing k (A001221). 1

%I #13 Apr 03 2019 02:54:58

%S 1,1,3,5,10,16,31,47,81,125,203,305,482,710,1082,1582,2348,3380,4933,

%T 7007,10048,14136,19972,27796,38822,53510,73903,101033,138165,187351,

%U 254055,341923,459956,614904,821162,1090740,1447109,1910665,2519325,3308019,4336956

%N Expansion of Product_{k>=1} 1/(1 - x^k)^(2^omega(k)), where omega(k) = number of distinct primes dividing k (A001221).

%C Euler transform of A034444.

%H Vaclav Kotesovec, <a href="/A319130/b319130.txt">Table of n, a(n) for n = 0..10000</a>

%H N. J. A. Sloane, <a href="/transforms.txt">Transforms</a>

%F G.f.: Product_{k>=1} 1/(1 - x^k)^A034444(k).

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

%F G.f.: exp(Sum_{k>=1} Sum_{j>=1} mu(j)^2*x^(j*k)/(k*(1 - x^(j*k)))), where mu = Möbius function (A008683).

%F log(a(n)) ~ sqrt(2*n*log(n)). - _Vaclav Kotesovec_, Sep 13 2018

%p with(numtheory): a:=series(mul(1/(1-x^k)^(2^nops(factorset(k))),k=1..50),x=0,41): seq(coeff(a,x,n),n=0..40); # _Paolo P. Lava_, Apr 02 2019

%t nmax = 40; CoefficientList[Series[Product[1/(1 - x^k)^(2^PrimeNu[k]), {k, 1, nmax}], {x, 0, nmax}], x]

%t nmax = 40; CoefficientList[Series[Exp[Sum[DivisorSum[k, # &, SquareFreeQ[#] &] x^k/(k (1 - x^k)), {k, 1, nmax}]], {x, 0, nmax}], x]

%t a[n_] := a[n] = If[n == 0, 1, Sum[Sum[d 2^PrimeNu[d], {d, Divisors[k]}] a[n - k], {k, 1, n}]/n]; Table[a[n], {n, 0, 40}]

%Y Cf. A001221, A006171, A008683, A034444, A048250, A293548.

%K nonn

%O 0,3

%A _Ilya Gutkovskiy_, Sep 11 2018

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 July 23 21:46 EDT 2024. Contains 374575 sequences. (Running on oeis4.)