A292792 The imaginary part of E(2n, i)/i, where E(n, x) is the Euler polynomial.
-1, 3, -11, 63, -571, 7623, -140531, 3417183, -105946891, 4079170743, -190947551651, 10679561580303, -703342782666811, 53875223570677863, -4749070236390684371, 477331966210918815423, -54264228263241408276331, 6927625954707653092264983, -986892857756676619338994691
Offset: 1
Keywords
Examples
a(3) = -11 since E(6, i) = -1 - 11i.
Links
- Robert G. Wilson v, Table of n, a(n) for n = 1..276
Programs
-
Mathematica
f[n_] := (EulerE[2n, I] - I^(2n))/I; Array[f, 19]
Comments