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.

A235249 Fixed point when A001175 (Pisano periods) is iterated with starting value n.

Original entry on oeis.org

1, 24, 24, 24, 120, 24, 24, 24, 24, 120, 120, 24, 24, 24, 120, 24, 24, 24, 24, 120, 24, 120, 24, 24, 600, 24, 24, 24, 24, 120, 120, 24, 120, 24, 120, 24, 24, 24, 24, 120, 120, 24, 120, 120, 120, 24, 24, 24, 24, 600, 24, 24, 24, 24, 120, 24, 24, 24, 24, 120
Offset: 1

Views

Author

Reinhard Zumkeller, Jan 15 2014

Keywords

Comments

Are the powers of 5 (together with 2) the indices of records in this sequence? - Charles R Greathouse IV, Aug 11 2022

Crossrefs

Programs

  • Haskell
    a235249 n = if y == n then n else a235249 y  where y = a001175 n

Formula

a(n) = 24*5^(A001179(n)-1) for n > 1.
A001175(a(n)) = a(n).