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!)
A365977 Expansion of e.g.f. 1 / ( 1 - Sum_{k>=0} x^(5*k+1) / (5*k+1) ). 4
1, 1, 2, 6, 24, 120, 840, 6720, 60480, 604800, 6652800, 83462400, 1138233600, 16746912000, 264176640000, 4444771968000, 80719172352000, 1556132497920000, 31722198842880000, 681437830993920000, 15378172899747840000, 366025806545817600000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=0..floor((n-1)/5)} (5*k)! * binomial(n,5*k+1) * a(n-5*k-1).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1-sum(k=0, N\5, x^(5*k+1)/(5*k+1)))))
CROSSREFS
Cf. A365969.
Sequence in context: A352430 A292749 A351984 * A079854 A024923 A334395
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 May 5 14:41 EDT 2024. Contains 372275 sequences. (Running on oeis4.)