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!)
A216970 Primes congruent to 1 mod 37. 2
149, 223, 593, 1259, 1481, 1777, 1999, 2221, 2591, 2887, 3109, 3257, 3331, 3701, 3923, 4219, 4441, 4663, 5107, 5477, 6143, 6217, 6661, 6883, 7253, 7549, 7919, 7993, 8363, 8807, 9029, 9103, 9473, 9547, 9769, 10139, 10657, 11027, 11471, 12211, 12433, 13099 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Coincides for the first 38 terms with A059223 (primes p such that x^37 = 2 has no solution mod p), the first divergence is at the term 11471.
LINKS
MATHEMATICA
Select[Prime[Range[1700]], Mod[#, 37] == 1 &]
Select[Range[1, 14000, 37], PrimeQ]
PROG
(Magma) [p: p in PrimesUpTo(14000) | IsOne(p mod 37)];
(PARI) select(p->p%37==1, primes(10^4)) /* Joerg Arndt, Sep 21 2012 */
CROSSREFS
Sequence in context: A141946 A128390 A142029 * A059223 A096694 A144315
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, Sep 21 2012
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 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)