OFFSET
1,1
PROG
(Python)
from math import sqrt
def ok(n): r = sqrt(n); return int(10*(r-int(r))) == 8
print(list(filter(ok, range(524)))) # Michael S. Branicky, Aug 15 2021
CROSSREFS
KEYWORD
nonn,easy,base
AUTHOR
Patrick De Geest, Sep 15 1998
STATUS
approved