Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A096008
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A096008 Table where n-th row contains all quadratic residues (including zero) mod n. +0
4
0, 0, 1, 0, 1, 0, 1, 0, 1, 4, 0, 1, 3, 4, 0, 1, 2, 4, 0, 1, 4, 0, 1, 4, 7, 0, 1, 4, 5, 6, 9, 0, 1, 3, 4, 5, 9, 0, 1, 4, 9, 0, 1, 3, 4, 9, 10, 12, 0, 1, 2, 4, 7, 8, 9, 11, 0, 1, 4, 6, 9, 10, 0, 1, 4, 9, 0, 1, 2, 4, 8, 9, 13, 15, 16, 0, 1, 4, 7, 9, 10, 13, 16, 0, 1, 4, 5, 6, 7, 9, 11, 16, 17, 0, 1, 4, 5, 9 (list; graph; listen)
OFFSET

1,10

LINKS

Eric Weisstein's World of Mathematics, Quadratic Residue.

EXAMPLE

The table starts:

0

0,1

0,1

0,1

0,1,4

0,1,3,4

PROGRAM

(PARI) T(n) = {local(v, r, i, j, k); v=vector(n, i, 0); for(i=0, floor(n/2), v[i^2%n+1]=1); k=sum(i=1, n, v[i]); j=0; r=vector(k); for(i=1, n, if(v[i], j++; r[j]=i-1)); r}

CROSSREFS

Cf A046071 (without zeros), A000224 (row lengths), A063987.

Sequence in context: A096793 A155998 A127538 this_sequence A122873 A115715 A115636

Adjacent sequences: A096005 A096006 A096007 this_sequence A096009 A096010 A096011

KEYWORD

easy,tabf,nonn

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), Jul 20 2004

EXTENSIONS

Edited by Franklin T. Adams-Watters (FrankTAW(AT)Netscape.net), Nov 07 2006

page 1

Search completed in 0.006 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 10 00:48 EST 2009. Contains 170565 sequences.


AT&T Labs Research