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

A330528
Expansion of e.g.f. Sum_{k>=1} (sec(x^k) - 1) (even powers only).
2
1, 17, 421, 29945, 1864921, 382577645, 43788506581, 15558403000145, 3746015060385841, 1757547389533786325, 562069712763196977901, 516878970296221633758905, 201649817635812110915892361, 216661054181289983631892988285
OFFSET
1,2
FORMULA
a(n) = (2*n)! * Sum_{d|n} A000364(d) / (2*d)!.
MATHEMATICA
nmax = 14; Table[(CoefficientList[Series[Sum[(Sec[x^k] - 1), {k, 1, nmax}], {x, 0, 2 nmax}], x] Range[0, 2 nmax]!)[[n]], {n, 1, 2 nmax + 1, 2}] // Rest
Table[(2 n)! DivisorSum[n, Abs[EulerE[2 #]]/(2 #)! &], {n, 1, 14}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 17 2019
STATUS
approved