A098222 a(n) is the smallest prime q such that floor(sigma(sigma(q))/q) = n.
13, 2, 179, 55439, 232792559, 130429015516799
Offset: 1
Examples
a(4) = 55439 because floor(sigma(sigma(55439))/55439) = floor(232128/55439) = n = 4. a(5) = 232792559 because floor(sigma(sigma(a(5)))/a(5)) = floor(5.02561) = 5.
Formula
a(n) >= A091439(n). - David A. Corneth, Sep 03 2019
Extensions
a(6) from Charles R Greathouse IV, Mar 14 2011
Comments