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!)
A365895 Expansion of e.g.f. exp( Sum_{k>=0} x^(5*k+4) / (5*k+4)! ). 3
1, 0, 0, 0, 1, 0, 0, 0, 35, 1, 0, 0, 5775, 715, 1, 0, 2627625, 850850, 27370, 1, 2546168625, 1697445750, 189019600, 826045, 4509264634876, 5368172184375, 1385034901250, 52398292375, 13189599083995050, 25499891510218126, 12524921737453125 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
LINKS
FORMULA
a(0)=1; a(n) = Sum_{k=0..floor((n-4)/5)} binomial(n-1,5*k+3) * a(n-5*k-4).
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(exp(sum(k=0, N\5, x^(5*k+4)/(5*k+4)!))))
CROSSREFS
Sequence in context: A104785 A225313 A028847 * A176199 A059023 A327004
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 22 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 9 22:43 EDT 2024. Contains 375765 sequences. (Running on oeis4.)