OFFSET
1,1
LINKS
Lars Blomberg, Table of n, a(n) for n = 1..10000
EXAMPLE
17^2 = 2(8)9, 164^2 = 26(8)96, 1024^2 = 104(8)576.
MATHEMATICA
ond8Q[n_]:=Module[{n2=IntegerDigits[n^2], len}, len=Length[n2]; OddQ[len]&&n2[[(len+1)/2]] == 8]; Select[Range[1500], ond8Q] (* Harvey P. Dale, Sep 25 2023 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
Lars Blomberg, Dec 22 2016
STATUS
approved