The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A142457 A triangular sequence "representation" of the modulo 11 Integer field: t(+)(n,m)=Mod[n + m, 11]; t(x)(n,m)=Mod[n*m, 11]; t(n,m)=Mod[t(=)(n,m)*t(X)(n,m),11]. 0

%I #2 Oct 12 2012 14:54:52

%S 0,0,2,0,6,5,0,1,8,10,0,9,4,7,7,0,8,4,10,4,8,0,9,8,8,9,0,3,0,1,5,1,0,

%T 2,7,4,0,6,6,0,10,3,1,4,1,0,2,0,5,6,3,7,7,3,6,0,0,9,5,10,2,3,2,10,5,9

%N A triangular sequence "representation" of the modulo 11 Integer field: t(+)(n,m)=Mod[n + m, 11]; t(x)(n,m)=Mod[n*m, 11]; t(n,m)=Mod[t(=)(n,m)*t(X)(n,m),11].

%C Row sums are:

%C {0, 2, 11, 19, 27, 34, 37, 20, 31, 39, 55}.

%C Modulo eleven they are:

%C {0, 2, 0, 8, 5, 1, 4, 9, 9, 6, 0}.

%C The representation is "faithful": all the digits show up.

%C In "Infinity" is like "odd" : even*odd=odd

%C 1/Infinity=0

%C then

%C Mod[n+m,Infinity]

%C Mod[n*m,Infinity]

%C Representation of Integer field"Z"=Mod[Mod[n+m,Infinity]*Mod[n*m,Infinity],Infinity]

%C is like 11 not 10?

%C The primes as the Algebraic geometry people seem to think?

%F t(+)(n,m)=Mod[n + m, 11]; t(x)(n,m)=Mod[n*m, 11]; t(n,m)=Mod[t(=)(n,m)*t(X)(n,m),11].

%e {0},

%e {0, 2},

%e {0, 6, 5},

%e {0, 1, 8, 10},

%e {0, 9, 4, 7, 7},

%e {0, 8, 4, 10, 4, 8},

%e {0, 9, 8, 8, 9, 0, 3},

%e {0, 1, 5, 1, 0, 2, 7, 4},

%e {0, 6, 6, 0, 10, 3, 1, 4, 1},

%e {0, 2, 0, 5, 6, 3, 7, 7, 3, 6},

%e {0, 0, 9, 5, 10, 2, 3, 2, 10, 5, 9}

%t Clear[t1, t2, t, n, m, a] t1[n_, m_] = Mod[n + m, 11] t2[n_, m_] = Mod[n*m, 11] t[n_, m_] = Mod[t1[n, m]*t2[n, m], 11] a = Table[Table[t[n, m], {m, 0, n}], {n, 0, 10}]

%K nonn,uned

%O 1,3

%A _Roger L. Bagula_ and _Gary W. Adamson_, Sep 19 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 3 12:25 EDT 2024. Contains 373060 sequences. (Running on oeis4.)