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!)
A373526 Expansion of e.g.f. exp(x * (1 + x^4)^(3/4)). 4
1, 1, 1, 1, 1, 91, 541, 1891, 5041, -22679, 703081, 9397081, 59946481, 510926131, -1770628859, 28435376971, 879567081121, 1118967005521, 133425791669521, -153681150137039, 1206979480409761, 974131304609110411, -2730300052811686739, 68047061689139820211 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/4)} binomial(3*n/4-3*k,k)/(n-4*k)!.
a(n) == 1 mod 90.
PROG
(PARI) a(n) = n!*sum(k=0, n\4, binomial(3*n/4-3*k, k)/(n-4*k)!);
CROSSREFS
Cf. A373521.
Sequence in context: A063137 A234131 A234124 * A373521 A180942 A211447
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 06:37 EDT 2024. Contains 375085 sequences. (Running on oeis4.)