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!)
A296835 Expansion of e.g.f. exp(x*tan(x/2)) (even powers only). 3
1, 1, 4, 33, 451, 9110, 253401, 9246881, 427272364, 24332740569, 1671761966755, 136185663849422, 12966840876896193, 1425738305622057713, 179172604156015950676, 25507107918052543195905, 4081610970381242583997171, 729135575105289450378655526 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = (2*n)! * [x^(2*n)] exp(x*tan(x/2)).
EXAMPLE
exp(x*tan(x/2)) = 1 + x^2/2! + 4*x^4/4! + 33*x^6/6! + 451*x^8/8! + ...
MATHEMATICA
nmax = 17; Table[(CoefficientList[Series[Exp[x Tan[x/2]], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}]
CROSSREFS
Sequence in context: A193421 A179421 A356834 * A331690 A002190 A101981
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 21 2017
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 24 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)