login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023262 Numbers n such that n remains prime through 2 iterations of function f(x) = 8x + 5. 0
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

n, 8*n+5 and 64*n+45 are primes. [From Vincenzo Librandi, Aug 04 2010]

LINKS

Table of n, a(n) for n=1..45.

PROG

(MAGMA) [n: n in [1..100000] | IsPrime(n) and IsPrime(8*n+5) and IsPrime(64*n+45)] [From Vincenzo Librandi, Aug 04 2010]

CROSSREFS

Sequence in context: A082040 A106734 A066465 * A067260 A135241 A104115

Adjacent sequences:  A023259 A023260 A023261 * A023263 A023264 A023265

KEYWORD

nonn

AUTHOR

David W. Wilson

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 23 16:56 EDT 2013. Contains 225610 sequences.