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!)
A192614 Monotonic ordering of set S generated by these rules: if x and y are in S and 2x+y^2 is a prime, then 2x+y^2 is in S, and 1 is in S. 2
1, 3, 7, 11, 23, 31, 47, 71, 103, 127, 151, 167, 191, 263, 311, 383, 431, 503, 631, 647, 743, 863, 887, 911, 967, 983, 1103, 1151, 1303, 1487, 1583, 1607, 1783, 1823, 1831, 1847, 1871, 2087, 2207, 2311, 2351, 2423, 2447, 2543, 2591, 2687, 2927, 3023 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
See the discussions at A192476 and A192580.
LINKS
MATHEMATICA
start = {1}; primes = Table[Prime[n], {n, 1, 1000}];
f[x_, y_] := If[MemberQ[primes, 2 x + y^2], 2 x + y^2]
b[x_] :=
Block[{w = x},
Select[Union[
Flatten[AppendTo[w,
Table[f[w[[i]], w[[j]]], {i, 1, Length[w]}, {j, 1,
Length[w]}]]]], # < 4000 &]];
t = FixedPoint[b, start] (* A192614 *)
PrimePi[t] (* A192615 *)
CROSSREFS
Sequence in context: A154427 A287459 A095102 * A112715 A106935 A308576
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jul 05 2011
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 May 10 15:26 EDT 2024. Contains 372387 sequences. (Running on oeis4.)