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!)
A373520 Expansion of e.g.f. exp(x/(1 - x^4)^(1/2)). 3
1, 1, 1, 1, 1, 61, 361, 1261, 3361, 143641, 1829521, 12501721, 59922721, 2173048021, 44315751481, 478799701381, 3492321094081, 116722067432881, 3290135175240481, 50242015215929521, 508061488330088641, 16418736123292904941, 585427887134915295241 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/4)} binomial(n/2-k-1,k)/(n-4*k)!.
a(n) == 1 mod 60.
PROG
(PARI) a(n) = n!*sum(k=0, n\4, binomial(n/2-k-1, k)/(n-4*k)!);
CROSSREFS
Cf. A373525.
Sequence in context: A373525 A357965 A353225 * A189174 A304062 A305454
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Jun 08 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 27 13:58 EDT 2024. Contains 375469 sequences. (Running on oeis4.)