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!)
A307761 L.g.f.: log(Product_{k>=1} (1 + x^k/(1 - x))) = Sum_{k>=1} a(k)*x^k/k. 1

%I #18 Jun 02 2019 04:35:33

%S 1,3,7,11,16,21,29,35,43,48,56,65,79,87,97,99,103,111,134,156,182,190,

%T 185,161,141,133,178,263,378,471,497,387,161,-133,-341,-313,75,782,

%U 1645,2300,2379,1596,-42,-2222,-4232,-5241,-4464,-1551,3263,9023,14287,17249,16219,9912,-2074

%N L.g.f.: log(Product_{k>=1} (1 + x^k/(1 - x))) = Sum_{k>=1} a(k)*x^k/k.

%F Product {k>=1} (1 + x^k/(1 - x)) = exp(Sum_{k>=1} a(k)*x^k/k).

%e L.g.f.: L(x) = x/1 + 3*x^2/2 + 7*x^3/3 + 11*x^4/4 + 16*x^5/5 + 21*x^6/6 + 29*x^7/7 + 35*x^8/8 + ... .

%e exp(L(x)) = 1 + x + 2*x^2 + 4*x^3 + 7*x^4 + 12*x^5 + 20*x^6 + 33*x^7 + 53*x^8 + ... + A126348(n)*x^n + ... .

%o (PARI) N=66; x='x+O('x^N); Vec(x*deriv(log(prod(k=1, N, 1+x^k/(1-x)))))

%o (PARI) N=66; x='x+O('x^N); Vec(x*deriv(sum(k=1, N, x^k*sumdiv(k, d, (-1)^(d+1)/(d*(1-x)^d)))))

%Y Cf. A126348, A307674, A307675, A307762.

%K sign

%O 1,2

%A _Seiichi Manyama_, Apr 27 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 August 14 10:11 EDT 2024. Contains 375159 sequences. (Running on oeis4.)