login
A060197
Start at n, repeatedly apply pi(x) until reach 0; a(n) = number of steps to reach 0.
3
2, 3, 4, 4, 5, 5, 5, 5, 5, 5, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7
OFFSET
1,1
COMMENTS
The numbers at which this sequence jumps from n to n+1 are A007097(n).
FORMULA
Table[Length[FixedPointList[PrimePi, w]]-1, {w, 1, 1000}]
EXAMPLE
For n=1000, the corresponding sequence of PrimePi-iteration is {1000,168,39,12,5,3,2,1,0}, whose length is a(1000)=9.
CROSSREFS
Sequence in context: A030602 A133947 A082090 * A116487 A249041 A070546
KEYWORD
nonn
AUTHOR
Labos Elemer, Mar 19 2001
EXTENSIONS
Offset corrected by Sean A. Irvine, Oct 30 2022
STATUS
approved