cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A119380 Remainder when the integer part of e^n is divided by the n-th prime number.

Original entry on oeis.org

0, 1, 0, 5, 5, 0, 8, 16, 7, 15, 13, 28, 23, 23, 26, 24, 57, 57, 62, 43, 70, 49, 36, 64, 84, 3, 4, 64, 83, 103, 45, 53, 49, 37, 26, 19, 75, 20, 147, 20, 134, 73, 56, 17, 31, 89, 143, 200, 103, 170, 25, 37, 159, 181, 90, 242, 16, 93, 222, 163, 57, 132, 214, 71, 164, 57, 62, 14
Offset: 1

Views

Author

Axel Harvey, Jul 24 2006

Keywords

Examples

			The sixth term is 0 because e^6 is 403.42879... and 403 is a multiple of 13, the sixth prime.
		

Crossrefs

Cf. A000149.

Programs

Formula

a(n) = floor(e^n) mod prime(n).

Extensions

More terms from Stefan Steinerberger, Jul 26 2006