A095687 Numbers n such that n-th Pisano number = 6*n.
0, 10, 50, 250, 1250, 6250, 31250, 156250, 781250, 3906250, 19531250, 97656250, 488281250, 2441406250, 12207031250, 61035156250, 305175781250, 1525878906250, 7629394531250, 38146972656250, 190734863281250
Offset: 1
Keywords
Links
- K. S. Brown, Periods of Fibonacci Sequences Mod m
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
Comments