cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A288760 Number of distinct nonnegative rational numbers that can be obtained in n steps by applying addition, subtraction, multiplication and division to any two potentially identical numbers from the complete set of numbers created in n-1 steps, starting with the set {1}.

This page as a plain text file.
%I A288760 #33 Jul 01 2017 08:43:04
%S A288760 1,3,6,24,300,37761,451572162
%N A288760 Number of distinct nonnegative rational numbers that can be obtained in n steps by applying addition, subtraction, multiplication and division to any two potentially identical numbers from the complete set of numbers created in n-1 steps, starting with the set {1}.
%C A288760 The conjectured value of a(6)=451572162 needs independent verification.
%C A288760 For an explanation of the difference from a straight-line program (SLP) see comment in A288759. A288850 provides the corresponding cardinalities of the sets that can be obtained by an n-step SLP.
%H A288760 Hugo Pfoertner, <a href="/A288760/a288760.pdf">Illustration of the Distribution of values generated in steps 3, 4, 5, 6</a>
%H A288760 <a href="/index/Com#complexity">Index to sequences related to the complexity of n</a>
%e A288760 The sets of numbers >=0 obtainable at the n-th step are:
%e A288760 S(0) = { 1 },
%e A288760 S(1) = { 0, 1, 2 },
%e A288760 S(2) = { 0, 1/2, 1, 2, 3, 4 },
%e A288760 S(3) = { 0, 1/8, 1/6, 1/4, 1/3, 1/2, 2/3, 3/4, 1, 4/3, 3/2, 2, 5/2, 3, 7/2, 4, 9/2, 5, 6, 7, 8, 9, 12, 16 }.
%Y A288760 Cf. A214872, A216999, A288759, A288850.
%K A288760 nonn,hard,more,nice
%O A288760 0,2
%A A288760 _Hugo Pfoertner_, Jun 15 2017
%E A288760 Wrong a(6) removed by _Hugo Pfoertner_, Jun 19 2017
%E A288760 a(6) from _Markus Sigg_, Jul 01 2017