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!)
A132240 Primes congruent to {1, 29} mod 30. 3
29, 31, 59, 61, 89, 149, 151, 179, 181, 211, 239, 241, 269, 271, 331, 359, 389, 419, 421, 449, 479, 509, 541, 569, 571, 599, 601, 631, 659, 661, 691, 719, 751, 809, 811, 839, 929, 991, 1019, 1021, 1049, 1051, 1109, 1171, 1201, 1229, 1231 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
For every prime p here, the cyclotomic polynomial Phi(15p,x) is flat.
Primes in A175887. [Reinhard Zumkeller, Jan 07 2012]
LINKS
C. K. Caldwell, The Prime Pages.
MATHEMATICA
Select[Prime[Range[1000]], MemberQ[{1, 29}, Mod[#, 30]]&] (* Vincenzo Librandi, Aug 14 2012 *)
Select[Flatten[#+{1, 29}&/@(30Range[0, 50])], PrimeQ] (* Harvey P. Dale, Sep 08 2021 *)
PROG
(Haskell)
a132240 n = a132240_list !! (n-1)
a132240_list = [x | x <- a175887_list, a010051 x == 1]
-- Reinhard Zumkeller, Jan 07 2012
(Magma) [ p: p in PrimesUpTo(1300) | p mod 30 in {1, 29} ]; // Vincenzo Librandi, Aug 14 2012
CROSSREFS
Sequence in context: A104071 A288616 A273547 * A132243 A125523 A156976
KEYWORD
easy,nonn
AUTHOR
Omar E. Pol, Aug 15 2007
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 April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)