The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A294460 E.g.f.: exp(-Sum_{n>=1} A000593(n) * x^n). 3
1, -1, -1, -19, 73, -401, 5191, -29779, 879089, -7232833, 103048111, -1891058291, 31696845049, -649348332049, 9310670445623, -270217657103731, 5480877008565601, -131578355696804609, 3133521575795986399, -81890613282163881043, 2460096066325021029161 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(0) = 1 and a(n) = (-1) * (n-1)! * Sum_{k=1..n} k*A000593(k)*a(n-k)/(n-k)! for n > 0.
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(-sum(k=1, N, sumdiv(k, d, d*(d%2))*x^k))))
CROSSREFS
E.g.f.: exp(-Sum_{n>=1} (Sum_{d|n and d is odd} d^k) * x^n): A294459 (k=0), this sequence (k=1), A294461 (k=2).
Sequence in context: A361677 A255897 A220447 * A118593 A047979 A290241
KEYWORD
sign
AUTHOR
Seiichi Manyama, Oct 31 2017
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 June 5 19:33 EDT 2024. Contains 373110 sequences. (Running on oeis4.)