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!)
A009757 Expansion of e.g.f. tan(x)/cos(tan(x)), odd powers only. 1
1, 5, 101, 4297, 311017, 34201485, 5316286925, 1110355789329, 300067100236625, 101902284312853013, 42484968788050104757, 21335944225303831614809, 12704193401200858575308601, 8850034105543023432746843549, 7130974518135579153768747620893 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MATHEMATICA
With[{nmax = 50}, CoefficientList[Series[Tan[x]/Cos[Tan[x]], {x, 0, nmax}], x]*Range[0, nmax - 1]!][[2 ;; ;; 2]] (* G. C. Greubel, Feb 12 2018 *)
PROG
(PARI) x='x+O('x^50); v=Vec(serlaplace(tan(x)/cos(tan(x)))); vector((#v-1)\2 , n, v[2*n-1]) \\ G. C. Greubel, Feb 12 2018
CROSSREFS
Sequence in context: A266452 A354332 A074790 * A119556 A009765 A113073
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and signs tested by Olivier Gérard, Mar 15 1997
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)