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
KEYWORD
nonn
AUTHOR
Labos Elemer, Mar 19 2001
EXTENSIONS
Offset corrected by Sean A. Irvine, Oct 30 2022
STATUS
approved