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!)
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 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
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
Sequence in context: A158541 A114357 A142997 * A134940 A196676 A027404
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Dec 17 2019
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 16 14:17 EDT 2024. Contains 371740 sequences. (Running on oeis4.)