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!)
A023335 Primes that remain prime through 5 iterations of function f(x) = 3x + 2. 1
10009, 575119, 724499, 1373819, 1725359, 3188569, 3715669, 4980499, 5939779, 9202199, 9565709, 13707469, 14483839, 14886829, 15412739, 16158589, 16740709, 18207349, 19429409, 22428209, 22602719, 22722419, 22749019, 22877119, 24171209 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 3*p+2, 9*p+8, 27*p+26, 81*p+80 and 243*p+242 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
MATHEMATICA
p5Q[n_]:=And@@PrimeQ[Rest[NestList[3#+2&, n, 5]]]; Select[ Prime[ Range[ 1600000]], p5Q] (* Harvey P. Dale, May 02 2011 *)
PROG
(Magma) [p: p in PrimesUpTo(25*10^6) | forall{k: k in [1..5] | IsPrime((p+1)*3^k-1)}]; // Bruno Berselli, May 03 2011
CROSSREFS
Sequence in context: A173029 A256838 A176931 * A096211 A190149 A052095
KEYWORD
nonn
AUTHOR
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 25 06:49 EDT 2024. Contains 371964 sequences. (Running on oeis4.)