A064600 a(n) indicates the position of 5 after n iterations of A064553.
5, 7, 13, 37, 151, 863, 6689, 67139, 843377, 12903181
Offset: 0
Examples
a(3) = 37 as A064553(A064553(A064553(37))) = A064553(A064553(13)) = A064553(7) = 5.
Links
- Sean A. Irvine, Java program (github)
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
Comments