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!)
A049216 Scaled coefficients of (arctanh x)^5. 3
1, 70, 6384, 804320, 136804096, 30459752960, 8632830664704, 3041109959196672, 1305140879116763136, 670935549630120394752, 407240889859179425562624, 288272814806050917816729600 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: (arctanh x)^5 or (1-x^2)^-1 * (arctanh x)^4.
a(n) is coefficient of x^(2*n+5) in (arctanh x)^5, multiplied by (2*n+5)!/5!.
EXAMPLE
(arctanh x)^5 = x^5 + 5/3*x^7 + 19/9*x^9 + 457/189*x^11 + ...
MATHEMATICA
a[n_] := SeriesCoefficient[ArcTanh[x]^5, {x, 0, 2n+5}]*(2n+5)!/5!;
a /@ Range[0, 11] (* Jean-François Alcover, Mar 26 2021 *)
CROSSREFS
Sequence in context: A238540 A060057 A363296 * A229477 A213699 A184275
KEYWORD
nonn
AUTHOR
Joe Keane (jgk(AT)jgk.org)
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 April 26 09:43 EDT 2024. Contains 371994 sequences. (Running on oeis4.)