Maxima Function
euler (n)
Returns the n'th Euler number for nonnegative integer n.
For the Euler-Mascheroni constant, see %gamma.
%gamma
(%i1) map (euler, [0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10]); (%o1) [1, 0, - 1, 0, 5, 0, - 61, 0, 1385, 0, - 50521]