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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A025024 Least non-residue mod n is 11. 0
311, 622, 719, 839, 1009, 1129, 1201, 1438, 1511, 1678, 1801, 2018, 2258, 2399, 2402, 2521, 3022, 3049, 3191, 3359, 3361, 3602, 3889, 4079, 4201, 4561, 4679, 4729, 4798, 4871, 5039, 5042, 5209, 5351, 5591, 5879, 5881, 6098, 6359, 6382, 6718, 6719, 6722 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

Contribution from Michael B. Porter (michael_b_porter(AT)yahoo.com), Apr 30 2010: (Start)

(PARI) residue(n, m)={local(r); r=0; for(i=1, floor(m/2), if(i^2%m==n, r=1)); r}

isA025024(n)={local(a); a=1; forprime(p=2, 7, a=a && residue(p, n)); a=a && !residue(11, n); a} (End)

CROSSREFS

Sequence in context: A142950 A104718 A142576 * A173596 A067379 A067374

Adjacent sequences:  A025021 A025022 A025023 * A025025 A025026 A025027

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

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 18:01 EST 2012. Contains 206061 sequences.