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!)
A302543 Expansion of e.g.f. arctanh(x)/cos(x) (odd powers only). 3
1, 5, 69, 2001, 104073, 8723549, 1088372557, 190057979177, 44285819490065, 13267464006201781, 4964113699657822805, 2266816666007859759489, 1239999748307938170531225, 800189083150907165762837517, 601369618369661775955962338653, 520607107122686183781743903500505 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = (2*n+1)! * [x^(2*n+1)] arctanh(x)/cos(x).
EXAMPLE
arctanh(x)/cos(x) = x/1! + 5*x^3/3! + 69*x^5/5! + 2001*x^7/7! + 104073*x^9/9! + ...
MATHEMATICA
nmax = 16; Table[(CoefficientList[Series[ArcTanh[x]/Cos[x], {x, 0, 2 nmax + 1}], x] Range[0, 2 nmax + 1]!)[[n]], {n, 2, 2 nmax, 2}]
CROSSREFS
Sequence in context: A307700 A326435 A231294 * A157038 A211393 A231355
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 09 2018
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 19 07:05 EDT 2024. Contains 372666 sequences. (Running on oeis4.)