login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A120456 Antidiagonal triangular version of the modulo 15 prime multiplication table past n=3. 0
1, 2, 2, 4, 4, 4, 7, 8, 8, 7, 8, 14, 1, 14, 8, 11, 1, 13, 13, 1, 11, 13, 7, 2, 4, 2, 7, 13, 14, 11, 14, 11, 11, 14, 11, 14 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

This modulo 15 of prime digit endings is important because it gives even odd prime types that appear in pairs: {1,4},{2,13},{7,8},{11,14}

FORMULA

b[n]={1, 2, 4, 7, 8, 11, 13, 14} T[n,m]=Mod[b[n]*b[m],15] a(n) = T[n,m]: antidiagonal form

MATHEMATICA

Table[Mod[Prime[n], 15], {n, 1, 50}] a = {1, 2, 4, 7, 8, 11, 13, 14} b = Table[Mod[a[[n]]*a[[m]], 15], {n, 1, 8}, {m, 1, 8}] c = Table[Table[b[[n, l - n]], {n, 1, l - 1}], {l, 1, Dimensions[b][[1]] + 1}] Flatten[c]

CROSSREFS

Sequence in context: A202103 A062570 A108514 * A115383 A033717 A033756

Adjacent sequences:  A120453 A120454 A120455 * A120457 A120458 A120459

KEYWORD

nonn,uned

AUTHOR

Roger Bagula (rlbagulatftn(AT)yahoo.com), Jun 23 2006

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 19:48 EST 2012. Contains 205955 sequences.