login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A012172
sec(tan(tanh(x)))=1+1/2!*x^2+5/4!*x^4+13/6!*x^6+41/8!*x^8...
0
1, 1, 5, 13, 41, 1529, -168851, 14151621, -1169749807, 65719458673, 5735813087573, -3489760303917315, 1000904582588332537, -229661980583327166359, 41111046331054702141117, -2494708337718975104154187, -2794803495926284988945714271
OFFSET
0,3
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[Sec[Tan[Tanh[x]]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 2}]] (* Harvey P. Dale, Oct 15 2013 *)
CROSSREFS
Sequence in context: A085601 A147718 A111009 * A316536 A211383 A066873
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from Harvey P. Dale, Oct 15 2013
STATUS
approved