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!)
A212379 Primes congruent to 1 mod 41. 2
83, 739, 821, 1231, 1559, 1723, 2297, 2543, 2707, 2789, 2953, 3527, 3691, 4019, 5003, 5167, 5413, 5659, 5741, 5987, 6151, 6397, 6971, 7873, 8447, 8693, 9103, 9349, 9431, 9677, 9923, 10169, 10333, 11071, 11317, 11399, 12301, 12547, 13121, 13367, 13613, 13859 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Coincides for the first 49 terms with A059236, that is the sequence of primes p such that x^41 = 2 has no solution mod p (first divergence is at 17467).
LINKS
MATHEMATICA
Select[Prime[Range[1800]], Mod[#, 41] == 1 &]
Select[Range[1, 14000, 41], PrimeQ]
PROG
(Magma) [p: p in PrimesUpTo(14000) | IsOne(p mod 41)];
(PARI) select(p->p%41==1, primes(999)) \\ Charles R Greathouse IV, Sep 20 2012
CROSSREFS
Sequence in context: A142751 A176633 A059236 * A059935 A069596 A290407
KEYWORD
nonn,easy
AUTHOR
Bruno Berselli, Sep 20 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 May 6 13:11 EDT 2024. Contains 372293 sequences. (Running on oeis4.)