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.

A064600 a(n) indicates the position of 5 after n iterations of A064553.

Original entry on oeis.org

5, 7, 13, 37, 151, 863, 6689, 67139, 843377, 12903181
Offset: 0

Views

Author

Reinhard Zumkeller, Sep 22 2001

Keywords

Comments

Iterating A064553 spreads the primes further and further apart, although 2 and 3 are fixed. For k < a(n) the n-th iteration of A064553 equals A003586.

Examples

			a(3) = 37 as A064553(A064553(A064553(37))) = A064553(A064553(13)) = A064553(7) = 5.
		

Crossrefs

Formula

a(0) = 5 and a(n) = A000040(a(n - 1) - 1) for n > 0.

Extensions

a(9) from Sean A. Irvine, Jul 18 2023