login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A142953
Primes congruent to 61 mod 64.
1
61, 317, 509, 701, 829, 1021, 1213, 1277, 1597, 1789, 2237, 2557, 2621, 2749, 3389, 3517, 3581, 3709, 4093, 4157, 4349, 4733, 4861, 5309, 5437, 5501, 5693, 5821, 6269, 6397, 6653, 6781, 7229, 7549, 7741, 7933, 8317, 8573, 8893, 9277, 9341, 9533, 9661, 10301
OFFSET
1,1
LINKS
MATHEMATICA
Select[Prime[Range[1700]], MemberQ[{61}, Mod[#, 64]] &] (* Vincenzo Librandi, Sep 07 2012 *)
Select[Range[61, 11000, 64], PrimeQ] (* Harvey P. Dale, Jul 13 2023 *)
PROG
(Magma) [p: p in PrimesUpTo(11000) | p mod 64 eq 61]; // Vincenzo Librandi, Sep 07 2012
CROSSREFS
Cf. A000040.
Sequence in context: A142923 A154601 A188136 * A245763 A130117 A361673
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 11 2008
STATUS
approved