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!)
A365980 Expansion of e.g.f. 1 / ( 1 - Sum_{k>=0} x^(2*k+3) / (2*k+3) ). 2
1, 0, 0, 2, 0, 24, 80, 720, 5376, 53760, 490752, 6289920, 68766720, 1024607232, 13520332800, 226177695744, 3498759290880, 65257155624960, 1153246338220032, 23793010526453760, 472374431008948224, 10686755493583257600, 235406405307208826880 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(0) = 1; a(n) = Sum_{k=0..floor((n-3)/2)} (2*k+2)! * binomial(n,2*k+3) * a(n-2*k-3).
E.g.f.: 1 / ( 1 + x - arctanh(x) ).
PROG
(PARI) my(N=30, x='x+O('x^N)); Vec(serlaplace(1/(1+x-atanh(x))))
CROSSREFS
Sequence in context: A356576 A127067 A174077 * A052607 A052602 A012588
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 July 14 01:56 EDT 2024. Contains 374290 sequences. (Running on oeis4.)