OFFSET
1,1
COMMENTS
First nine terms are identical to those of A025740.
REFERENCES
J. Peters J. and J. Stein, Mathematische Tafeln. Revised Russian Edition in 1968, Moscow, Table 9b.
FORMULA
a(n) = floor(E(n+1)/E(n)) where E(n) is the n-th coefficient in the expansion of sec(x).
MATHEMATICA
Wolfram: ae[ x_ ] := Abs[ EulerE[ 2*x ] ] and fo[ x_ ] := Floor[ N[ ae[ x ]/ae[ x-1 ], 80 ] ]
Table[Floor[Abs[EulerE[2n+2]]/Abs[EulerE[2n]]], {n, 60}] (* Harvey P. Dale, May 01 2011 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
STATUS
approved