OFFSET
1,1
COMMENTS
Perfect powers occur at the following terms:
a(3) = 9 = 3^2
a(6) = 25 = 5^2
a(12) = 81 = 3^4
a(74) = 2025 = 45^2
a(2072) = 1062961 = 1031^2
a(43881) = 392713489 = 19817^2
a(134249) = 3497963832 = 1518^3
a(372727) = 25930982961 = 161031^2
a(1196234) = 257007427681 = 506959^2
a(1449506) = 375159925009 = 612503^2
a(5226094) = 4704717169296 = 2169036^2
a(8342271) = 11846166214276 = 3441826^2
a(62507725) = 635490555087844 = 25208938^2
a(91695024) = 1356954402007044 = 36836862^2
No further perfect powers through a(10^8).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000
MATHEMATICA
t=PrimePi@Select[Range@218, Plus @@ Last /@ FactorInteger@# == 2 &]; Table[Sum[t[[i]], {i, n}], {n, Length[t]}] (* Ray Chandler, Sep 20 2006 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Giovanni Teofilatto, Sep 16 2006
EXTENSIONS
Edited and corrected by Ray Chandler, Sep 20 2006
STATUS
approved