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”).
%I #16 Sep 08 2022 08:46:04
%S 55441,110881,332641,388081,415801,471241,498961,526681,748441,859321,
%T 970201,1025641,1053361,1108801,1247401,1275121,1302841,1358281,
%U 1469161,1580041,1912681,1940401,1995841,2051281,2189881,2273041,2300761,2383921,2411641,2855161
%N Primes p such that p = 1 + 27720*k for some k.
%C This is a congruence class of a prime wheel factorization mod 27720. Note that 27720 is the LCM of {1,...,11}.
%H Bruno Berselli, <a href="/A217692/b217692.txt">Table of n, a(n) for n = 1..1000</a>
%t Select[Table[1 + 27720*k, {k, 200}], PrimeQ] (* _T. D. Noe_, Oct 11 2012 *)
%o (Magma) [p: p in PrimesUpTo(3*10^6) | IsOne(p mod 27720)]; // _Bruno Berselli_, Oct 12 2012
%Y Cf. A002476, A068228, A088955, A217587, A217588.
%K nonn,easy
%O 1,1
%A _Joshua S.M. Weiner_, Oct 11 2012