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!)
A365972 Expansion of e.g.f. exp( Sum_{k>=0} x^(5*k+2) / (5*k+2) ). 2
1, 0, 1, 0, 3, 0, 15, 720, 105, 25920, 945, 712800, 39927195, 18532800, 4522138335, 486486000, 324696683025, 20936022307200, 19281559579425, 5026330152043200, 1045172736969075, 704618287875216000, 51145202778981886575, 76432873129004106000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(0) = 1; a(n) = (n-1)! * Sum_{k=0..floor((n-2)/5)} a(n-5*k-2)/(n-5*k-2)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(sum(k=0, N\5, x^(5*k+2)/(5*k+2)))))
CROSSREFS
Cf. A365979.
Sequence in context: A375586 A375557 A375167 * A290580 A038122 A359862
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 23 2023
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 September 15 13:44 EDT 2024. Contains 375938 sequences. (Running on oeis4.)