Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A129931
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A129931 Numbers n such that n remains prime through 7 iterations of function f(x) = 2x + 5. +0
1
4594309, 4921129, 5495989, 7093057, 14722021, 23008891, 23380471, 24251167, 24296563, 49201981, 51788797, 62123011, 64649503, 69326779, 78274321, 88022797, 95575771, 100099267, 125796127, 128185777, 129299011, 130858711 (list; graph; listen)
OFFSET

1,1

MATHEMATICA

fQ[n_] := Union[PrimeQ /@ NestList[2 # + 5 &, n, 7]] == {True}; lst = {}; Do[ p = Prime@n; If[fQ@p, Print@p; AppendTo[lst, p]], {n, 10^7}]; lst (* Robert G. Wilson v *)

CROSSREFS

Cf. A023243, A023274, A023304, A023332.

Sequence in context: A105649 A015337 A104950 this_sequence A083605 A069340 A083641

Adjacent sequences: A129928 A129929 A129930 this_sequence A129932 A129933 A129934

KEYWORD

nonn

AUTHOR

Ray G. Opao (1260(AT)email.com), Jun 06 2007

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 06 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research