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!)
A049214 Scaled coefficients of (arctanh x)^3. 3
1, 20, 784, 52352, 5360256, 782525952, 154594381824, 39746508226560, 12902483299368960, 5162443736924160000, 2496471943395999744000, 1435556519572510605312000, 968234590214616380866560000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: (arctanh x)^3 or (1-x^2)^-1 * (arctanh x)^2.
a(n) is coefficient of x^(2*n+3) in (arctanh x)^3, multiplied by (2*n+3)!/6.
EXAMPLE
(arctanh x)^3 = x^3 + x^5 + 14/15*x^7 + 818/945*x^9 + ...
MATHEMATICA
a[n_] := SeriesCoefficient[ArcTanh[x]^3, {x, 0, 2n+3}]*(2n+3)!/6;
a /@ Range[0, 12] (* Jean-François Alcover, Mar 26 2021 *)
CROSSREFS
Sequence in context: A034404 A179712 A012802 * A002455 A322890 A267671
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 May 9 12:21 EDT 2024. Contains 372350 sequences. (Running on oeis4.)