OFFSET
1,2
COMMENTS
This sequence is finite and a(146) = 40797 is the last term. 40797^2 = 1664395209 and 1664395209 = 832197604 + 832197605. These last two numbers both have no repeating digits.
LINKS
Pieter Post, Table of n, a(n) for n = 1..146
EXAMPLE
5 is in the sequence, because 5^2 = 25. 25 = 12 + 13. 12 and 13 both have no repeating digits.
MATHEMATICA
nr[n_] := 1 == Max@ DigitCount@ n; Select[ Range[1, 10^5, 2], nr[x= Floor[#^2 / 2]] && nr[x + 1] &] (* Giovanni Resta, Aug 12 2015 *)
CROSSREFS
KEYWORD
nonn,full,fini,base
AUTHOR
Pieter Post, Aug 12 2015
STATUS
approved