| Up | Next | Prev | PrevTail | Tail |
Bernoulli numbers are provided by the unary operator Bernoulli. If n is a non-negative integer, the call Bernoulli(n) evaluates to the nth Bernoulli number; all of the odd Bernoulli numbers, except Bernoulli(1), are zero. Otherwise the result involves the original operator bernoulli; on graphical interfaces this is rendered as Bn.
Euler numbers are computed by the unary operator Euler. If n is a non-negative integer, the call Euler(n) returns the nth Euler number; all of the odd Euler numbers are zero. Otherwise the result returned involves the original operator euler; on graphical interfaces this is rendered as En.
Fibonacci numbers are provided by the unary operator Fibonacci, where Fibonacci(n) evaluates to the nth Fibonacci number; if n is an integer, this will be evaluated following the recursive definition:

| Up | Next | Prev | PrevTail | Front |