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!)
A373668 Expansion of e.g.f. exp(x / (1 - x^2)^3). 2
1, 1, 1, 19, 73, 901, 7921, 88831, 1261009, 15786793, 284515201, 4359416491, 88359404761, 1671036171949, 36734936604913, 831051144091351, 19848996799904161, 516144198653004241, 13522792578340917889, 391107276466207593283, 11295497154349628317801 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} binomial(3*n-5*k-1,k)/(n-2*k)!.
a(n) == 1 (mod 18).
PROG
(PARI) a(n) = n!*sum(k=0, n\2, binomial(3*n-5*k-1, k)/(n-2*k)!);
CROSSREFS
Sequence in context: A373720 A118593 A047979 * A290241 A159997 A073566
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 13 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 August 29 06:09 EDT 2024. Contains 375510 sequences. (Running on oeis4.)