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!)
A365982 Expansion of e.g.f. 1 / ( 1 - Sum_{k>=0} x^(5*k+3) / (5*k+3) ). 4
1, 0, 0, 2, 0, 0, 80, 0, 5040, 13440, 0, 3326400, 5913600, 479001600, 3632428800, 5381376000, 1399882176000, 6586804224000, 364469833728000, 5019809832576000, 18772392038400000, 2898136435138560000, 24517466017228800000, 1203790902897623040000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=0..floor((n-3)/5)} (5*k+2)! * binomial(n,5*k+3) * a(n-5*k-3).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-sum(k=0, N\5, x^(5*k+3)/(5*k+3)))))
CROSSREFS
Sequence in context: A365973 A156433 A169771 * A326779 A365981 A293140
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 24 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:23 EDT 2024. Contains 375938 sequences. (Running on oeis4.)