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!)
A365969 Expansion of e.g.f. exp( Sum_{k>=0} x^(5*k+1) / (5*k+1) ). 2
1, 1, 1, 1, 1, 1, 121, 841, 3361, 10081, 25201, 3684241, 50309281, 369738721, 1926648361, 7980936601, 1335634023361, 27705746752321, 302258931418081, 2283161710263841, 13419441405835201, 2498339829188508481, 70152448708746111961, 1025314852704395518441 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
LINKS
FORMULA
a(0) = 1; a(n) = (n-1)! * Sum_{k=0..floor((n-1)/5)} a(n-5*k-1)/(n-5*k-1)!.
a(0) = a(1) = ... = a(4) = 1; a(n) = a(n-1) + 120 * binomial(n-1,5) * a(n-5).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(sum(k=0, N\5, x^(5*k+1)/(5*k+1)))))
CROSSREFS
Sequence in context: A238250 A361658 A293588 * A203959 A362319 A211472
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 July 24 05:18 EDT 2024. Contains 374575 sequences. (Running on oeis4.)