OFFSET
1,3
FORMULA
a(n) = A050741(n)^2. - Andrew Howroyd, Aug 11 2024
MATHEMATICA
Select[Range[0, 66]^2, FreeQ[Differences[IntegerDigits[#]], 0]&] (* Jayanta Basu, May 31 2013 *)
Select[Range[0, 100]^2, SequenceCount[IntegerDigits[#], {x_, x_}]==0&] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Sep 08 2017 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Sep 15 1999
EXTENSIONS
Offset corrected by Andrew Howroyd, Aug 11 2024
STATUS
approved