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!)
A142592 Primes congruent to 29 mod 54. 2
29, 83, 137, 191, 353, 461, 569, 677, 839, 947, 1109, 1163, 1217, 1433, 1487, 1811, 1973, 2027, 2081, 2243, 2297, 2351, 2459, 2621, 2729, 2837, 2999, 3323, 3539, 3593, 3701, 3863, 3917, 4079, 4133, 4241, 4349, 4457, 4673, 4889, 4943, 5051, 5483, 5591, 5807 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) ~ 18n log n. - Charles R Greathouse IV, Jul 03 2016
MATHEMATICA
Select[Prime[Range[800]], MemberQ[{29}, Mod[#, 54]] &] (* Vincenzo Librandi, Aug 30 2012 *)
Select[Range[29, 6000, 54], PrimeQ] (* Harvey P. Dale, Aug 03 2013 *)
PROG
(Magma) [p: p in PrimesUpTo(6000) | p mod 54 eq 29]; // Vincenzo Librandi, Aug 30 2012
(PARI) is(n)=isprime(n) && n%54==29 \\ Charles R Greathouse IV, Jul 03 2016
CROSSREFS
Sequence in context: A097722 A268612 A156784 * A343683 A255187 A273362
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Jul 11 2008
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 28 05:39 EDT 2024. Contains 371235 sequences. (Running on oeis4.)