|
| |
|
|
A142856
|
|
Primes congruent to 58 mod 61.
|
|
1
|
|
|
|
241, 607, 1217, 1583, 1949, 2437, 2803, 3169, 3413, 3779, 4877, 4999, 6829, 7561, 7927, 8171, 8293, 8537, 9391, 10733, 11587, 11831, 11953, 12197, 13417, 14149, 14759, 16223, 17077, 17321, 17443, 18541, 19273, 20249, 20981, 21347, 21713, 22079, 22567, 22811
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Vincenzo Librandi, Table of n, a(n) for n = 1..1000
|
|
|
MATHEMATICA
|
Select[Prime[Range[5000]], Mod[#, 61]==58&] (* Harvey P. Dale, Nov 19 2010 *)
Select[Prime[Range[2800]], MemberQ[{58}, Mod[#, 61]] &] (* Vincenzo Librandi, Sep 05 2012 *)
|
|
|
PROG
|
(MAGMA) [p: p in PrimesUpTo(23000) | p mod 61 eq 58 ] ; // Vincenzo Librandi, Sep 05 2012
|
|
|
CROSSREFS
|
Cf. A000040.
Sequence in context: A142275 A097020 A163623 * A204355 A159806 A142452
Adjacent sequences: A142853 A142854 A142855 * A142857 A142858 A142859
|
|
|
KEYWORD
|
nonn,easy
|
|
|
AUTHOR
|
N. J. A. Sloane, Jul 11 2008
|
|
|
STATUS
|
approved
|
| |
|
|