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”).

A013515
sech(sec(x)-sech(x))=1-12/4!*x^4+1568/8!*x^8+6840768/12!*x^12...
1
1, -12, 1568, 6840768, -41485549312, -616649036623872, 51689032519042469888, 309411873154808535072768
OFFSET
0,2
MAPLE
A013515 := proc(n)
sech(sec(x)-sech(x)) ;
coeftayl( %, x=0, 4*n) ;
%*(4*n)! ;
end proc: # R. J. Mathar, Dec 16 2011
CROSSREFS
Sequence in context: A366832 A160237 A013474 * A159383 A015011 A271435
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
STATUS
approved