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
1, 3, 7, 11, 16, 21, 29, 35, 43, 48, 56, 65, 79, 87, 97, 99, 103, 111, 134, 156, 182, 190, 185, 161, 141, 133, 178, 263, 378, 471, 497, 387, 161, -133, -341, -313, 75, 782, 1645, 2300, 2379, 1596, -42, -2222, -4232, -5241, -4464, -1551, 3263, 9023, 14287, 17249, 16219, 9912, -2074 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Product {k>=1} (1 + x^k/(1 - x)) = exp(Sum_{k>=1} a(k)*x^k/k).
EXAMPLE
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 + ... .
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 + ... .
PROG
(PARI) N=66; x='x+O('x^N); Vec(x*deriv(log(prod(k=1, N, 1+x^k/(1-x)))))
(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)))))
CROSSREFS
Sequence in context: A117829 A166092 A184913 * A022821 A001618 A118027
KEYWORD
sign
AUTHOR
Seiichi Manyama, Apr 27 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 14 07:30 EDT 2024. Contains 375146 sequences. (Running on oeis4.)