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!)
A370511 Expansion of Sum_{k>=0} k! * ( x/(1-x^3) )^k. 2
1, 1, 2, 6, 25, 124, 738, 5137, 40926, 367236, 3664321, 40241168, 482282700, 6263450401, 87618831730, 1313438757210, 21003941166601, 356910563528412, 6422026243338846, 121980432505328545, 2438957859604373534, 51206341993873093608, 1126314833020691642497 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = Sum_{k=0..floor(n/3)} (n-3*k)! * binomial(n-2*k-1,k).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(sum(k=0, N, k!*(x/(1-x^3))^k))
(PARI) a(n) = sum(k=0, n\3, (n-3*k)!*binomial(n-2*k-1, k));
CROSSREFS
Cf. A358493.
Sequence in context: A291558 A357902 A370510 * A074010 A352660 A349088
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Feb 20 2024
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 8 06:53 EDT 2024. Contains 372319 sequences. (Running on oeis4.)