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!)
A023255 Primes that remain prime through 2 iterations of the function f(x) = 5x + 8. 4
7, 13, 19, 31, 43, 73, 211, 223, 241, 307, 397, 409, 631, 661, 727, 757, 769, 829, 883, 1123, 1741, 1783, 1867, 2131, 2143, 2269, 2287, 2467, 2521, 2551, 2857, 2917, 3253, 3319, 3793, 3967, 4297, 4423, 4597, 4957, 5449, 5563, 5701, 6229, 6427, 6469, 6679 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 5*p+8 and 25*p+48 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
FORMULA
a(n) == 1 (mod 6). - John Cerkan, Sep 14 2016
MATHEMATICA
fQ[n_]:=And@@PrimeQ[NestList[5#+8&, n, 2]]; Select[Range[7000], fQ] (* Harvey P. Dale, Mar 25 2013 *)
PROG
(Magma) [n: n in [0..100000] | IsPrime(n) and IsPrime(5*n+8) and IsPrime(25*n+48)] // Vincenzo Librandi, Aug 04 2010
CROSSREFS
Subsequence of A023220, A111225.
Sequence in context: A216550 A267803 A240971 * A122482 A265629 A283191
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)