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!)
A346841 E.g.f.: Product_{k>=1} 1 / (1 - x^k)^sin(x). 4
1, 0, 2, 9, 40, 360, 2480, 28833, 266936, 3562920, 45634258, 659631225, 10231705196, 176661237948, 3080315922294, 59430009554685, 1217593208993232, 25766943601055184, 583245289316927058, 13861911731632256457, 343615639889119016556, 8925102256331257339140, 242399591002192962709230 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( sin(x) * Sum_{k>=1} sigma(k)*x^k/k ).
E.g.f.: exp( sin(x) * Sum_{k>=1} x^k/(k*(1 - x^k)) ).
PROG
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(1/prod(k=1, N, (1-x^k)^sin(x))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(sin(x)*sum(k=1, N, sigma(k)*x^k/k))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(sin(x)*sum(k=1, N, x^k/(k*(1-x^k))))))
CROSSREFS
Sequence in context: A308475 A002825 A259339 * A052322 A130767 A273461
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 April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)