OFFSET
1,1
LINKS
Robert Israel, Table of n, a(n) for n = 1..1122
EXAMPLE
97999800 * 97999802 = 96039609//96039600, where // denotes
concatenation.
MAPLE
A:= NULL: count:= 0:
for d from 2 to 40 do
R:= [msolve(x^2=-8, 10^d+1)];
T:= sort(select(t -> t*(t+2) mod 10^d >= 10^(d-1), map(t -> subs(t, x-1), R)));
count:= count+nops(T);
A:= A, op(T);
od:
A; # Robert Israel, Jan 04 2021
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Feb 06 2006
STATUS
approved