OFFSET
1,12
LINKS
N. J. A. Sloane, Table of n, a(n) for n = 1..30000
MAPLE
# Assumes that b1 is a list of the terms in A268343
ans:=[]; ct:=0; M:=120; t1:=1; t2:=b1[t1];
for i from 1 to M do
if ithprime(i)<t2 then ans:=[op(ans), ct];
else ct:=ct+1; t1:=t1+1; t2:=b1[t1]; ans:=[op(ans), ct];
fi;
od;
ans;
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Mar 09 2016
STATUS
approved