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!)
A373682 Expansion of e.g.f. exp(x / (1 - x^2)^3) / (1 - x^2). 3
1, 1, 3, 25, 109, 1401, 11191, 147673, 1887705, 26419249, 454408651, 7265533881, 148341346693, 2804459457385, 63733061703039, 1419987630142201, 35144931608633521, 902380834051682913, 24277141650582775315, 699721521711883149529, 20520810981571082937501 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/2)} binomial(3*n-5*k,k)/(n-2*k)!.
a(n) == 1 (mod 2).
PROG
(PARI) a(n) = n!*sum(k=0, n\2, binomial(3*n-5*k, k)/(n-2*k)!);
CROSSREFS
Cf. A373668.
Sequence in context: A180324 A124245 A360788 * A166899 A201534 A059457
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 11 03:32 EDT 2024. Contains 375059 sequences. (Running on oeis4.)