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!)
A294459 E.g.f.: exp(-Sum_{n>=1} A001227(n) * x^n). 4
1, -1, -1, -7, 25, -41, 631, 881, 98897, -609265, 3798991, -41799671, 914146729, -15008576857, 16469525255, -5181463756351, 79515495724321, -1220435382764129, 12608713897126687, -449855614172366695, 10437031873016276921, -231918657853281955081 (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*A001227(k)*a(n-k)/(n-k)! for n > 0.
E.g.f.: Product_{k>=1} 1 / (1 + x^k)^f(k), where f(k) = (1/k) * Sum_{j=1..k} gcd(k,j). - Ilya Gutkovskiy, Aug 17 2021
PROG
(PARI) N=66; x='x+O('x^N); Vec(serlaplace(exp(-sum(k=1, N, sumdiv(k, d, d%2)*x^k))))
CROSSREFS
E.g.f.: exp(-Sum_{n>=1} (Sum_{d|n and d is odd} d^k) * x^n): this sequence (k=0), A294460 (k=1), A294461 (k=2).
Cf. A018804.
Sequence in context: A140716 A141393 A226366 * A075927 A119617 A102027
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 6 04:28 EDT 2024. Contains 373115 sequences. (Running on oeis4.)