The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A245264 Number of numbers in n-th generation of the tree of Gaussian rationals at A233696. 0
1, 2, 6, 12, 26, 53, 110, 231, 483, 1013, 2125, 4445, 9307, 19487, 40802, 85439, 178910, 374622, 784426, 1642522 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A233696 gives rules for constructing the Gaussian rationals in generations as follows: g(1) = {0}, and for n > 1, if x is in g(n-1) then x+1, i*x, and 1/x (for x not 0) are in g(n), except for those that are in g(j) for some j < n. Conjecture: 2 < lim(|g(n+1)|/|g(n)|) < 3.
LINKS
EXAMPLE
g(1) = {1}, so a(n) = 1; g(2) = {2,i}, so a(n) = 2; g(3) = {3, 1/2, 2*i, 1+i, -i, -1}, so a(3) = 6.
MATHEMATICA
x = {0}; lenX = {}; Off[Power::infy]; Do[{x = DeleteDuplicates[ Flatten[Transpose[{x, x + 1, 1/x, I*x} /. ComplexInfinity -> 0]]], AppendTo[lenX, Length[x]]}, {15}]; On[Power::infy]; Join[{1}, Differences[lenX]] (* Peter J. C. Moses, Dec 21 2013 *)
CROSSREFS
Cf. A233696.
Sequence in context: A246584 A054454 A084170 * A327477 A350294 A052971
KEYWORD
nonn,more
AUTHOR
Clark Kimberling, Jul 15 2014
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 June 4 03:29 EDT 2024. Contains 373089 sequences. (Running on oeis4.)