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!)
A009274 E.g.f.: exp(tanh(x)/cos(x)). 1
1, 1, 1, 2, 5, 32, 157, 688, 3817, 29952, 257049, 1922560, 15886125, 160364544, 1844058101, 19815696384, 218349214545, 2743045259264, 38729647296945, 538516252917760, 7468216325125589, 112957538226929664, 1882371895493492429 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
MATHEMATICA
With[{nn=30}, CoefficientList[Series[Exp[Tanh[x]/Cos[x]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Aug 25 2012 *)
PROG
(PARI) for(n=1, #t=Vec(exp(tanh(x)/cos(x))), print1((n-1)!*t[n]", ")) \\ - M. F. Hasler, Aug 25 2012
CROSSREFS
Sequence in context: A261045 A145656 A221680 * A019036 A005636 A067299
KEYWORD
nonn
AUTHOR
EXTENSIONS
Extended and formatted by Olivier Gérard, Mar 15 1997
Definition clarified by Harvey P. Dale, Aug 25 2012
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)