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.

A132636 a(n) = Fibonacci(n) mod n^3.

Original entry on oeis.org

0, 1, 2, 3, 5, 8, 13, 21, 34, 55, 89, 144, 233, 377, 610, 987, 1597, 2584, 4181, 6765, 1685, 7063, 4323, 4896, 12525, 15937, 19271, 10483, 2060, 22040, 5674, 15621, 2752, 3807, 9340, 432, 46989, 19305, 11932, 62155, 31899, 12088, 22273, 3677, 32420
Offset: 1

Views

Author

Hieronymus Fischer, Aug 24 2007

Keywords

Comments

a(1) = 0; for n=2 to 20, a(n) = A000045(n); otherwise for instance, see example. - Michel Marcus, Jul 15 2013

Examples

			a(21) = 1685, since Fibonacci(21) = 10946 == 1685 (mod 21^3).
		

Crossrefs

Programs

Formula

a(n) = A000045(n) mod A000578(n).