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.

A095687 Numbers n such that n-th Pisano number = 6*n.

Original entry on oeis.org

0, 10, 50, 250, 1250, 6250, 31250, 156250, 781250, 3906250, 19531250, 97656250, 488281250, 2441406250, 12207031250, 61035156250, 305175781250, 1525878906250, 7629394531250, 38146972656250, 190734863281250
Offset: 1

Views

Author

Lekraj Beedassy, Jul 05 2004

Keywords

Comments

Period of Fibonacci sequence(mod m)<=6*m.
Effectively the same as A020699 and A020729 apart from the initial terms. [From Carl R. White, Sep 22 2009]

Crossrefs

Cf. A001175.

Formula

a(0) = 0, a(1) = 10, a(n) = 5*a(n-1); a(n) = sgn(n)*2*5^n [From Carl R. White, Sep 22 2009]

Extensions

More terms from Carl R. White, Sep 22 2009