OFFSET
1,2
COMMENTS
The natural numbers decompose into six categories under the operation of repeated squaring modulo 100, four of which consist of numbers that eventually settle at the attractors 0 (cf. A008592), 1 (this sequence), 25 (cf. A017329), or 76 (cf. A376507), and two of which eventually enter one of the 4-cycles 16, 56, 36, 96 (cf. A376508) or 21, 41, 81, 61 (cf. A376509).
The first-order differences of the numbers in this sequence repeat with a fixed period of length four: 6, 36, 6, 2, ...
REFERENCES
Alexander K. Dewdney, Computer-Kurzweil. Mit einem Computer-Mikroskop untersuchen wir ein Objekt von faszinierender Struktur in der Ebene der komplexen Zahlen. In: Spektrum der Wissenschaft, Oct 1985, p. 8-14, here p. 11-13 (Iterations on a finite set), 14 (Iteration diagram).
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,0,0,1,-1).
FORMULA
G.f.: x*(1 + 6*x + 36*x^2 + 6*x^3 + x^4)/((1 - x)^2*(1 + x + x^2 + x^3)). - Stefano Spezia, Sep 26 2024
EXAMPLE
7^2 = 49 -> 49^2 = 1 -> 1^2 = 1 -> ... (mod 100).
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Martin Renner, Sep 25 2024
STATUS
approved