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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A048152 Triangular array T read by rows: T(n,k)=k^2 mod n, for k=1,2,...,n, n=1,2,... 4
0, 1, 0, 1, 1, 0, 1, 0, 1, 0, 1, 4, 4, 1, 0, 1, 4, 3, 4, 1, 0, 1, 4, 2, 2, 4, 1, 0, 1, 4, 1, 0, 1, 4, 1, 0, 1, 4, 0, 7, 7, 0, 4, 1, 0, 1, 4, 9, 6, 5, 6, 9, 4, 1, 0, 1, 4, 9, 5, 3, 3, 5, 9, 4, 1, 0, 1, 4, 9, 4, 1, 0, 1, 4, 9, 4, 1, 0, 1, 4, 9, 3, 12, 10, 10, 12, 3, 9, 4, 1, 0 (list; table; graph; refs; listen; history; internal format)
OFFSET

1,12

LINKS

T. D. Noe, Rows n=1..100 of triangle, flattened

EXAMPLE

Rows:

0;

1,0;

1,1,0;

1,0,1,0;

1,4,4,1,0;

1 4,3,4,1,0;

MATHEMATICA

Flatten[Table[PowerMod[k, 2, n], {n, 15}, {k, n}]] (* From Harvey P. Dale, June 20 2011 *)

CROSSREFS

Cf. A060036.

Sequence in context: A204384 A102412 A185057 * A070430 A163353 A164612

Adjacent sequences:  A048149 A048150 A048151 * A048153 A048154 A048155

KEYWORD

nonn,tabl,nice,easy

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

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 14 13:08 EST 2012. Contains 205623 sequences.