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!)
A023262 Primes that remain prime through 2 iterations of the function f(x) = 8*x + 5. 4
13, 43, 103, 139, 199, 349, 397, 577, 727, 733, 829, 967, 1039, 1303, 1567, 1597, 1753, 2131, 2161, 2311, 2707, 2719, 2857, 3109, 3319, 3613, 3673, 3697, 3853, 4051, 4129, 4201, 4297, 4441, 4507, 4513, 4639, 4663, 4789, 5503, 5701, 5743, 5857, 5953, 6121 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes p such that 8*p+5 and 64*p+45 are also primes. - Vincenzo Librandi, Aug 04 2010
LINKS
FORMULA
a(n) == 1 (mod 6). - John Cerkan, Sep 16 2016
PROG
(Magma) [n: n in [1..100000] | IsPrime(n) and IsPrime(8*n+5) and IsPrime(64*n+45)] // Vincenzo Librandi, Aug 04 2010
CROSSREFS
Subsequence of A023230, A105133.
Sequence in context: A082040 A106734 A066465 * A067260 A135241 A225774
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)