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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023317 Numbers n such that n remains prime through 4 iterations of function f(x) = 6x + 5. 0
11, 13, 83, 151, 317, 373, 1721, 3529, 4153, 4243, 4637, 4783, 5209, 5849, 5923, 6661, 8431, 10903, 11329, 14519, 16183, 16979, 20149, 26669, 27509, 27827, 29873, 29947, 32987, 33637, 33937, 34919, 35099, 35543, 36277, 36691, 38069, 38461, 41651, 47407 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n, 6*n+5, 36*n+35, 216*n+215 and 1296*n+1295 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

PROG

(MAGMA) [n: n in [1..1000000] | IsPrime(n) and IsPrime(6*n+5) and IsPrime(36*n+35) and IsPrime(216*n+215) and IsPrime(1296*n+1295)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

CROSSREFS

Sequence in context: A186640 A116436 A056446 * A056436 A089824 A086549

Adjacent sequences:  A023314 A023315 A023316 * A023318 A023319 A023320

KEYWORD

nonn

AUTHOR

David W. Wilson (davidwwilson(AT)comcast.net)

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 February 17 23:58 EST 2012. Contains 206085 sequences.