OFFSET
1,1
EXAMPLE
132 is in the sequence because floor(132^(3/2)) = floor(1516.5645...) = 1516 is the concatenation of 15 and 16.
MATHEMATICA
lst={}; Do[If[EvenQ[y=Length[x=IntegerDigits[Floor[n^1.5]]]]&&Differences[FromDigits/@Partition[x, y/2]]=={1}, AppendTo[lst, n]], {n, 5*10^4}]; lst
CROSSREFS
KEYWORD
nonn,base,less
AUTHOR
Michel Lagneau, Jun 27 2014
STATUS
approved