OFFSET
1,1
LINKS
Robert Israel, Table of n, a(n) for n = 1..220
EXAMPLE
89158933 * 89158938 = 79493157//79493154, where // denotes concatenation.
MAPLE
f:= proc(d) local k, K;
K:= map(t -> rhs(op(t)), [msolve(k^2+5*k+3=0, 10^d+1)]);
op(sort(select(k -> k^2 + 5*k + 3 >= (10^d+1)*10^(d-1), K)));
end proc:
map(f, [$1..62]); # Robert Israel, Jul 10 2025
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Giovanni Resta, Feb 06 2006
EXTENSIONS
More terms from Robert Israel, Jul 10 2025
STATUS
approved
