A292791 The numerator of the real part of E(2n-1, i), where E(n, x) is the Euler polynomial.
-1, 7, -11, 199, -361, 8017, -63311, 10775663, -37120861, 2572609327, -54738555011, 11225458402189, -170606509547761, 24269619087650437, -998364772178081111, 1505193846304099711711, -10065529459831250937061, 2427246234079407797537347, -163790353311268893725697611
Offset: 1
Keywords
Examples
a(3) = -11 since E(5, i) = -11/2 + i.
Links
- Robert G. Wilson v, Table of n, a(n) for n = 1..276
Crossrefs
Cf. A292792.
Programs
-
Mathematica
f[n_] := Numerator[ EulerE[2n -1, I] - I^(2n -1)]; Array[f, 19]
Comments