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!)
A373525 Expansion of e.g.f. exp(x * (1 + x^4)^(1/2)). 4
1, 1, 1, 1, 1, 61, 361, 1261, 3361, -37799, 15121, 2522521, 20005921, 486563221, 363363001, -12486293819, 3113772481, -12960051533519, 8909829442081, 528011239172401, 241435513794241, 1381310884267333741, 3097715443570441, -49080307628073705059 (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-2*k,k)/(n-4*k)!.
a(n) == 1 mod 60.
PROG
(PARI) a(n) = n!*sum(k=0, n\4, binomial(n/2-2*k, k)/(n-4*k)!);
CROSSREFS
Cf. A373520.
Sequence in context: A245763 A130117 A361673 * A357965 A353225 A373520
KEYWORD
sign
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 12 09:11 EDT 2024. Contains 375085 sequences. (Running on oeis4.)