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.

A093537 Number of n-digit Fibomorphic numbers, i.e., numbers m such that Fibonacci(m) ends in m.

This page as a plain text file.
%I A093537 #15 Jul 29 2017 03:53:36
%S A093537 3,8,22,82,228,229,231,231,230,231,232,231,230
%N A093537 Number of n-digit Fibomorphic numbers, i.e., numbers m such that Fibonacci(m) ends in m.
%C A093537 The sequence of k such that Fibonacci(k) mod 10^n = k mod 10^n has for n=1..10 the periods: 14, 31, 71, 271, 771, 771, 771, 771, 771, 771. This may help explain why the A093537 terms are almost constant for n>=5. [_Lars Blomberg_, Oct 02 2011]
%e A093537 For n=1, there are 3 such 1-digit Fibonacci numbers: 0, 1 and 5.
%Y A093537 Cf. A000350.
%K A093537 base,nonn,more
%O A093537 1,1
%A A093537 _Lekraj Beedassy_, May 14 2004
%E A093537 4 more terms from _David Wasserman_, Oct 26 2006
%E A093537 Offset changed to 1 and a(8)-a(13) added by _Lars Blomberg_, Oct 02 2011