The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A365971 Expansion of e.g.f. exp( Sum_{k>=0} x^(3*k+2) / (3*k+2) ). 1
1, 0, 1, 0, 3, 24, 15, 504, 5145, 9072, 300321, 3795120, 12284811, 441965160, 6672128463, 33017539464, 1306646813745, 22946632267104, 156924556846785, 6810382180903392, 136393286581031571, 1209571612450077240, 57211108821810731151, 1286884543482633415320 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
LINKS
FORMULA
a(0) = 1; a(n) = (n-1)! * Sum_{k=0..floor((n-2)/3)} a(n-3*k-2)/(n-3*k-2)!.
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(exp(sum(k=0, N\3, x^(3*k+2)/(3*k+2)))))
CROSSREFS
Cf. A365978.
Sequence in context: A367190 A168061 A261381 * A065430 A175471 A035409
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 23 2023
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 May 16 20:35 EDT 2024. Contains 372555 sequences. (Running on oeis4.)