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!)
A373517 Expansion of e.g.f. exp(x/(1 - x^3)^(1/3)). 4
1, 1, 1, 1, 9, 41, 121, 1401, 11761, 61489, 864081, 10597841, 81833401, 1350154521, 21715461769, 225232218121, 4267472824161, 84597818284001, 1111699778741281, 23801969674626849, 558853937533757161, 8943028907965939081, 213696639293901810201 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(n) = n! * Sum_{k=0..floor(n/3)} binomial(n/3-1,k)/(n-3*k)!.
a(n) == 1 mod 8.
PROG
(PARI) a(n) = n!*sum(k=0, n\3, binomial(n/3-1, k)/(n-3*k)!);
CROSSREFS
Cf. A373522.
Sequence in context: A018836 A373522 A245932 * A362293 A274323 A297740
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 20 19:38 EDT 2024. Contains 375339 sequences. (Running on oeis4.)