Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A000224
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A000224 Number of squares mod n. +0
25
1, 2, 2, 2, 3, 4, 4, 3, 4, 6, 6, 4, 7, 8, 6, 4, 9, 8, 10, 6, 8, 12, 12, 6, 11, 14, 11, 8, 15, 12, 16, 7, 12, 18, 12, 8, 19, 20, 14, 9, 21, 16, 22, 12, 12, 24, 24, 8, 22, 22, 18, 14, 27, 22, 18, 12, 20, 30, 30, 12, 31, 32, 16, 12, 21 (list; graph; listen)
OFFSET

1,2

REFERENCES

E. J. F. Primrose, The number of quadratic residues mod m, Math. Gaz. v. 61 (1977) n. 415, 60-61.

W. D. Stangl, Counting squares in Z_n, Math. Mag. 69 (1996) 285-289.

LINKS

T. D. Noe, Table of n, a(n) for n=1..10000

S. R. Finch and Pascal Sebah, Squares and Cubes Modulo n (arXiv:math.NT/0604465).

FORMULA

Multiplicative with a(p^e) = [p^e/6]+2 if p = 2; [p^(e+1)/(2p+2)]+1 if p > 2. - David W. Wilson (davidwwilson(AT)comcast.net), Aug 01, 2001.

MAPLE

seq(nops({seq(n^2 mod k, n=1..100)}), k=1..65); (E. Deutsch)

PROGRAM

(PARI) a(n) = local(v, i); v = vector(n, i, 0); for(i=0, floor(n/2), v[i^2%n+1] = 1); sum(i=1, n, v[i]) - Franklin T. Adams-Watters, Nov 05 2006

CROSSREFS

a(n)=A105612(n)+1.

Sequence in context: A144000 A085202 A096009 this_sequence A085201 A051601 A054225

Adjacent sequences: A000221 A000222 A000223 this_sequence A000225 A000226 A000227

KEYWORD

nonn,easy,nice,mult

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

page 1

Search completed in 0.002 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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research