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!)
A302542 Expansion of e.g.f. arctan(x)/cos(x) (odd powers only). 3
1, 1, 29, -139, 31737, -1824151, 313750293, -51584719523, 13137192234225, -3947317975733039, 1522475446731094285, -702509124781480897211, 389722900767594460770025, -253710144786166583863030983, 192285396891961478711402819077, -167564604997707653568802119363795 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (2*n+1)! * [x^(2*n+1)] arctan(x)/cos(x).
EXAMPLE
arctan(x)/cos(x) = x/1! + x^3/3! + 29*x^5/5! - 139*x^7/7! + 31737*x^9/9! - 1824151*x^11/11! + ...
MATHEMATICA
nmax = 16; Table[(CoefficientList[Series[ArcTan[x]/Cos[x], {x, 0, 2 nmax + 1}], x] Range[0, 2 nmax + 1]!)[[n]], {n, 2, 2 nmax, 2}]
CROSSREFS
Sequence in context: A126416 A023277 A299109 * A123845 A297722 A042642
KEYWORD
sign
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 June 9 01:31 EDT 2024. Contains 373227 sequences. (Running on oeis4.)