OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
PROG
(PARI) do(x)=my(v=List(), u=vectorsmall(x\1), t, n); for(k=1, x, t=sigma(k); if(t<=x, u[t]=1)); while(1, forstep(k=n++, x, n, if(u[k]==0, listput(v, k/n); next(2))); return(Vec(v))) \\ Charles R Greathouse IV, Mar 12 2017
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Mar 09 2017
EXTENSIONS
Corrected and extended by Charles R Greathouse IV, Mar 12 2017
STATUS
approved