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
65 = 5*13 (65 = 25 + 40 and 1/25 + 1/40 = 0.065).
133 = 7*19 (133 = 8 + 125 and 1/8 + 1/125 = 0.133).
15689 = 29*541 (15689 = 64 + 15625 and 1/64 + 1/15625 = 0.015689).
244144721 = 641*3808814096 (244144721 = 4096 + 244140625 and 1/4096 + 1/244140625 = 0.000244144721).
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Massimo Kofler, Oct 07 2022
EXTENSIONS
More terms from Hugo Pfoertner, Oct 08 2022
STATUS
approved