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!)
A013514 sec(sec(x)-sech(x)) = 1+12/4!*x^4+15232/8!*x^8+128432832/12!*x^12... 1
1, 12, 15232, 128432832, 3951670227712, 322851365262723072, 57788996387839852122112, 19922979338554898934445228032, 12060985210981195011358156168364032, 11959494452317925171268058230736426893312, 18398266125441128266076209600703368534212739072 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
MAPLE
A013514 := proc(n)
sec(sec(x)-sech(x)) ;
coeftayl( %, x=0, 4*n) ;
%*(4*n)! ;
end proc: # R. J. Mathar, Dec 16 2011
MATHEMATICA
With[{nn=40}, Take[CoefficientList[Series[Sec[Sec[x]-Sech[x]], {x, 0, nn}], x] Range[0, nn]!, {1, -1, 4}]] (* Harvey P. Dale, Dec 25 2017 *)
CROSSREFS
Sequence in context: A012735 A012674 A301533 * A340166 A125547 A159421
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
More terms from N. J. A. Sloane, Dec 17 2011
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 17 22:02 EDT 2024. Contains 371767 sequences. (Running on oeis4.)