OFFSET
1,2
COMMENTS
Sum_{k=1..j} T(j,k) = j^2.
Assumes a suitable continuation of the representation of digits in bases 11, 12 (9,A,B,..)
LINKS
EXAMPLE
a(2)=T(2,1)=3 because 3 of the 4 possible combinations of last digits in the
product of two binary numbers produce 0 as last digit of the result. a(3)=T(2,2)=1 because only ...1 * ...1 gives a result with last digit=1.
T(10,k)={27,4,12,4,12,9,12,4,12,4} gives the probability in percent (j^2=100) to get {0,1,2,...,9} as last decimal digit in the decimal representation of the product of two arbitrary integers.
CROSSREFS
KEYWORD
AUTHOR
Hugo Pfoertner, Jun 02 2004
EXTENSIONS
More terms from David Wasserman, Jun 03 2004
STATUS
approved