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!)
A129932 Numbers n such that n remains prime through 6 iterations of function f(x) = 2x + 5. 1
541, 1861, 109111, 119101, 131617, 895351, 1774447, 2343037, 2906623, 3686743, 3686953, 4330783, 4594309, 4921129, 4922329, 5495989, 5654137, 6712591, 7093057, 7729537, 9188623, 9842263, 10492297, 10991983, 11270671, 12307453 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Robert G. Wilson v, Table of a(n) for n = 1..149.
MATHEMATICA
fQ[n_] := Union[PrimeQ /@ NestList[2 # + 5 &, n, 6]] == {True}; lst = {}; Do[ p = Prime@n; If[fQ@p, Print@p; AppendTo[lst, p]], {n, 10^7}]; lst (* Robert G. Wilson v *)
Select[Range[12400000], And@@PrimeQ/@NestList[2#+5&, #, 6]&] (* Harvey P. Dale, Sep 09 2012 *)
CROSSREFS
Sequence in context: A112371 A031937 A031921 * A226800 A320619 A218095
KEYWORD
nonn
AUTHOR
Ray G. Opao, Jun 06 2007
EXTENSIONS
More terms from Robert G. Wilson v, Jun 06 2007
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)