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!)
A346941 E.g.f.: Product_{k>=1} 1 / (1 - x^k)^cos(x). 4
1, 1, 4, 15, 90, 555, 4815, 41034, 443268, 4977381, 64274655, 857332366, 13328296014, 207666642131, 3620701556017, 65845797790798, 1294049887432888, 26168756518235801, 576107273399556987, 12940593913711504118, 311924384689270232770, 7752903433736003497447, 203126367130952306670541 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: exp( cos(x) * Sum_{k>=1} sigma(k)*x^k/k ).
E.g.f.: exp( cos(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)^cos(x))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(cos(x)*sum(k=1, N, sigma(k)*x^k/k))))
(PARI) N=40; x='x+O('x^N); Vec(serlaplace(exp(cos(x)*sum(k=1, N, x^k/(k*(1-x^k))))))
CROSSREFS
Sequence in context: A306178 A304920 A076900 * A081011 A008829 A322920
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 12:33 EDT 2024. Contains 371969 sequences. (Running on oeis4.)