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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A118683 Triangle a(n,m) = A039701(n) + A039701(m) - A039701(n)*A039701(m) read by rows. 0
0, 2, 0, 0, 2, 0, 1, 1, 1, 1, 0, 2, 0, 1, 0, 1, 1, 1, 1, 1, 1, 0, 2, 0, 1, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 0, 2, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 2, 0, 1, 0, 1, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

0

2, 0

0, 2, 0

1, 1, 1, 1

0, 2, 0, 1, 0

1, 1, 1, 1, 1, 1

0, 2, 0, 1, 0, 1, 0

1, 1, 1, 1, 1, 1, 1, 1

0, 2, 0, 1, 0, 1, 0, 1, 0

0, 2, 0, 1, 0, 1, 0, 1, 0, 0

MATHEMATICA

f[n_, m_]Mod[Prime[n], 3] + Mod[Prime[m], 3] - Mod[Prime[n], 3]*Mod[Prime[m], 3] a = Table[Table[f[n, m], {n, 1, m}], {m, 1, 10}] aout = Flatten[a]

CROSSREFS

Sequence in context: A061897 A047919 A101670 * A175800 A161116 A112605

Adjacent sequences:  A118680 A118681 A118682 * A118684 A118685 A118686

KEYWORD

nonn,tabl,easy

AUTHOR

Roger L. Bagula (rlbagulatftn(AT)yahoo.com), May 19 2006

EXTENSIONS

Offset corrected, definition clarified, sequence extended by Assoc. Eds. of the OEIS, Jun 15 2010

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 17 17:35 EST 2012. Contains 206061 sequences.