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!)
A192529 Monotonic ordering of set S generated by these rules: if x and y are in S then 3xy-x-y is in S, and 2 is in S. 2
2, 8, 38, 176, 188, 866, 878, 938, 4040, 4256, 4316, 4328, 4388, 4688, 19850, 19910, 20186, 20198, 21206, 21278, 21566, 21578, 21638, 21938, 23438, 92576, 92912, 97820, 97880, 98900, 99176, 99248, 99260, 99536, 99548, 100916, 100928, 100988 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
start = {2}; f[x_, y_] := 3 x*y - x - y
b[x_] :=
Block[{w = x},
Select[Union[
Flatten[AppendTo[w,
Table[f[w[[i]], w[[j]]], {i, 1, Length[w]}, {j, 1, i}]]]], # <
1000000 &]];
t = NestList[b, start, 12][[-1]] (* A192529 *)
t/2 (* A192530 *)
Table[t[[i]] - t[[i - 1]], {i, 2, Length[t]}] (* differences *)
CROSSREFS
Cf. A192472.
Sequence in context: A202744 A112738 A220806 * A155609 A220542 A199213
KEYWORD
nonn
AUTHOR
Clark Kimberling, Jul 03 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 April 19 03:57 EDT 2024. Contains 371782 sequences. (Running on oeis4.)