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!)
A096459 Triangle read by rows: T(n,k) = n^2 mod prime(k), 1<=k<=n. 1
1, 0, 1, 1, 0, 4, 0, 1, 1, 2, 1, 1, 0, 4, 3, 0, 0, 1, 1, 3, 10, 1, 1, 4, 0, 5, 10, 15, 0, 1, 4, 1, 9, 12, 13, 7, 1, 0, 1, 4, 4, 3, 13, 5, 12, 0, 1, 0, 2, 1, 9, 15, 5, 8, 13, 1, 1, 1, 2, 0, 4, 2, 7, 6, 5, 28, 0, 0, 4, 4, 1, 1, 8, 11, 6, 28, 20, 33, 1, 1, 4, 1, 4, 0, 16, 17, 8, 24, 14, 21, 5, 0, 1, 1, 0 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,6
COMMENTS
T(n,k)=0 iff k is a prime factor of n:
A001221(n) = number of zeros in n-th row;
T(n,1)=A000035(n);
T(n,2)=A011655(n) for n>1; T(n,3)=A070430(n) for n>2;
T(n,4)=A053879(n) for n>3; T(n,5)=A070434(n) for n>4;
T(n,6)=A070436(n) for n>5; T(n,7)=A054580(n) for n>6;
T(n,8)=A070441(n) for n>7; T(n,9)=A070445(n) for n>8;
T(n,10)=A070451(n) for n>9;
T(n,n)=A069547(n).
LINKS
EXAMPLE
Triangle begins:
1;
0, 1;
1, 0, 4;
0, 1, 1, 2;
1, 1, 0, 4, 3;
0, 0, 1, 1, 3, 10;
1, 1, 4, 0, 5, 10, 15;
......
MATHEMATICA
Table[Mod[n^2, Prime[k]], {n, 1, 10}, {k, 1, n}] (* G. C. Greubel, May 20 2017 *)
CROSSREFS
Sequence in context: A185690 A298248 A250204 * A293301 A218453 A324563
KEYWORD
nonn,tabl
AUTHOR
Reinhard Zumkeller, Aug 12 2004
STATUS
approved

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 March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)