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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A023279 Numbers n such that n remains prime through 3 iterations of function f(x) = 3x + 8. 0
11, 31, 211, 1151, 3181, 5051, 5261, 6101, 6661, 9391, 9551, 10501, 11701, 13171, 15901, 16481, 19531, 22051, 24181, 26261, 27031, 28351, 28591, 28661, 29411, 30941, 31321, 32621, 38011, 40471, 42101, 48371, 49921, 57571, 59791, 61981, 66161, 67271 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

n, 3*n+8, 9*n+32 and 27*n+104 are primes. [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

PROG

(MAGMA) [n: n in [1..150000] | IsPrime(n) and IsPrime(3*n+8) and IsPrime(9*n+32) and IsPrime(27*n+104)] [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Aug 04 2010]

CROSSREFS

Sequence in context: A128337 A093382 A098264 * A068715 A093881 A163763

Adjacent sequences:  A023276 A023277 A023278 * A023280 A023281 A023282

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 15 11:25 EST 2012. Contains 205777 sequences.