cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A116226 n times n+2 gives the concatenation of two numbers m and m-9.

This page as a plain text file.
%I A116226 #5 Jan 04 2021 18:18:00
%S A116226 4622,5377,7980,34952,46865,53134,65047,7056186,9783459,43176670,
%T A116226 56823329,97999800,447255476452,552744523547,755424659534,
%U A116226 799319866013,997999998000,4297663349523,5702336650476,6971253996227
%N A116226 n times n+2 gives the concatenation of two numbers m and m-9.
%H A116226 Robert Israel, <a href="/A116226/b116226.txt">Table of n, a(n) for n = 1..1122</a>
%e A116226 97999800 * 97999802 = 96039609//96039600, where // denotes
%e A116226 concatenation.
%p A116226 A:= NULL: count:= 0:
%p A116226 for d from 2 to 40 do
%p A116226   R:= [msolve(x^2=-8,10^d+1)];
%p A116226   T:= sort(select(t -> t*(t+2) mod 10^d >= 10^(d-1), map(t -> subs(t,x-1),R)));
%p A116226   count:= count+nops(T);
%p A116226   A:= A, op(T);
%p A116226 od:
%p A116226 A; # _Robert Israel_, Jan 04 2021
%Y A116226 Cf. A116095, A116225, A116227, A116233.
%K A116226 nonn,base
%O A116226 1,1
%A A116226 _Giovanni Resta_, Feb 06 2006