OFFSET
1,1
COMMENTS
Sequence includes all numbers of form (10^n-3)(10^n+1) for n >= 1, hence is infinite.
LINKS
David W. Wilson, Table of n, a(n) for n = 1..27
EXAMPLE
5711 immediately follows the decimal in sqrt(5711) = 75.5711+, so 5711 is in the sequence.
77327 does not immediately follow the decimal in sqrt(77327) = 278.077327+, so 77327 is not in this sequence.
PROG
(PARI) is(n)=my(t=10^#Str(n)); sqrtint(t^2*n)%t==n \\ Charles R Greathouse IV, May 16 2016
CROSSREFS
KEYWORD
nonn,base,hard
AUTHOR
David W. Wilson, May 15 2016
STATUS
approved