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!)
A049215 Scaled coefficients of (arctanh x)^4. 3
1, 40, 2464, 229760, 30633856, 5561407488, 1322489954304, 399463775797248, 149519094622027776, 67960463478175825920, 36884466463352967659520, 23566236397584291201024000, 17511732541318788803985408000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
E.g.f.: (arctanh x)^4 or (1-x^2)^-1 * (arctanh x)^3.
a(n) is coefficient of x^(2*n+4) in (arctanh x)^4, multiplied by (2*n+4)!/4!.
EXAMPLE
(arctanh x)^4 = x^4 + 4/3*x^6 + 22/15*x^8 + 1436/945*x^10 + ...
MATHEMATICA
a[n_] := SeriesCoefficient[ArcTanh[x]^4, {x, 0, 2n+4}]*(2n+4)!/4!;
a /@ Range[0, 12] (* Jean-François Alcover, Mar 26 2021 *)
CROSSREFS
Sequence in context: A140729 A003741 A263553 * A221658 A188154 A268151
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 8 23:08 EDT 2024. Contains 372341 sequences. (Running on oeis4.)