cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-1 of 1 results.

A330528 Expansion of e.g.f. Sum_{k>=1} (sec(x^k) - 1) (even powers only).

Original entry on oeis.org

1, 17, 421, 29945, 1864921, 382577645, 43788506581, 15558403000145, 3746015060385841, 1757547389533786325, 562069712763196977901, 516878970296221633758905, 201649817635812110915892361, 216661054181289983631892988285
Offset: 1

Views

Author

Ilya Gutkovskiy, Dec 17 2019

Keywords

Crossrefs

Programs

  • 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}]

Formula

a(n) = (2*n)! * Sum_{d|n} A000364(d) / (2*d)!.
Showing 1-1 of 1 results.