OFFSET
1,1
COMMENTS
A squarefree subsequence of numbers of the form p + q where 1/p + 1/q = (p + q)/10^k for some k >= 1.
EXAMPLE
70 = 2*5*7 (70 = 20 + 50 and 1/20 + 1/50 = 0.070).
1001 = 7*11*13 (1001 = 1 + 1000 and 1/1 + 1/1000 = 1.001).
9766649 = 29*61*5521 (9766649 = 1024 + 9765625 and 1/1024 + 1/9765625 = 0.0009766649).
200000005 = 5*53*754717 (200000005 = 5 + 200000000 and 1/5 + 1/200000000 = 0.200000005).
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Massimo Kofler, Oct 08 2022
EXTENSIONS
More terms from Hugo Pfoertner, Oct 08 2022
STATUS
approved