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!)
A294461 E.g.f.: exp(-Sum_{n>=1} A050999(n) * x^n). 3
1, -1, -1, -55, 217, -2441, 41911, -343519, 10531025, -123024817, 2722259791, -64395229031, 1218005521129, -36874422541945, 785879799954887, -25331247487596751, 708096286059632161, -21422225147712360929, 741754828422824400415 (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*A050999(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^2*(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), A294460 (k=1), this sequence (k=2).
Sequence in context: A189005 A105442 A158646 * A013550 A254148 A271738
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 May 8 08:13 EDT 2024. Contains 372319 sequences. (Running on oeis4.)