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!)
A347895 E.g.f.: Product_{k>=1} 1 / (1 - x^k)^(sin(x)/k). 2
1, 0, 2, 6, 24, 190, 1054, 10752, 81512, 964836, 10271986, 128768090, 1692130756, 25920268218, 373473594246, 6417995468640, 113429495582192, 2067370129203944, 40640473402056690, 853163776496470734, 18080227324013473596, 417591451359251698830, 9865838382742988603390 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( sin(x) * Sum_{k>=1} d(k)*x^k/k ).
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(1/prod(k=1, N, (1-x^k)^(sin(x)/k))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(sin(x)*sum(k=1, N, numdiv(k)*x^k/k))))
CROSSREFS
Sequence in context: A352059 A073973 A356575 * A355284 A034874 A052699
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 September 4 17:30 EDT 2024. Contains 375685 sequences. (Running on oeis4.)