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!)
A347916 E.g.f.: Product_{k>=1} (1 + x^k)^exp(-x). 1
1, 1, 0, 6, 6, 75, 1025, 1225, 43988, 471345, 5084387, 40870181, 866782774, 8473297261, 165871287465, 3934845305287, 23390789927784, 956832091069057, 21869141108144439, 269518811758178785, 8437830353620298346, 220696789738463945981, 3231280243441039496181, 125072102239522472394691 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
E.g.f.: exp( exp(-x) * Sum_{k>=1} A000593(k)*x^k/k ).
E.g.f.: exp( exp(-x) * Sum_{k>=1} x^k/(k*(1 - x^(2*k))) ).
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(prod(k=1, N, (1+x^k)^exp(-x))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(exp(-x)*sum(k=1, N, sigma(k>>valuation(k, 2))*x^k/k))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(exp(-x)*sum(k=1, N, x^k/(k*(1-x^(2*k)))))))
CROSSREFS
Sequence in context: A269767 A065239 A146892 * A361738 A320824 A085804
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 18 2021
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 13 04:16 EDT 2024. Contains 375113 sequences. (Running on oeis4.)