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.

A186286 a(n) is the numerator of the rational number whose "factorization" into terms of A186285 has the balanced ternary representation corresponding to n.

This page as a plain text file.
%I A186286 #20 Mar 28 2015 16:29:40
%S A186286 1,2,3,3,6,5,5,10,5,5,10,15,15,30,7,7,14,7,7,14,21,21,42,7,7,14,7,7,
%T A186286 14,21,21,42,35,35,70,35,35,70,105,105,210,4,8,16,4,8,16,12,24,48,4,8,
%U A186286 16,4,8,16,12,24,48,20,40,80,20,40,80,60,120,240,4,8,16,4,8,16,12,24,48,4,8
%N A186286 a(n) is the numerator of the rational number whose "factorization" into terms of A186285 has the balanced ternary representation corresponding to n.
%C A186286 Numerators from the ordering of positive rational numbers by increasing balanced ternary representation of the "factorization" of positive rational numbers into terms of A186285 (prime powers with a power of three as exponent).
%H A186286 Daniel Forgues, <a href="/A186286/b186286.txt">Table of n, a(n) for n = 0..9841</a>
%H A186286 OEIS Wiki, <a href="/wiki/Orderings_of_rational_numbers">Orderings of rational numbers</a>
%F A186286 The balanced ternary representation of n
%F A186286     n = Sum(i=0..1+floor(log_3(2|n|)) n_i * 3^i, n_i in {-1,0,1},
%F A186286   is taken as the representation of the "factorization" of the positive rational number c(n)/d(n) into terms from A186285
%F A186286     c(n)/d(n) = Prod(i=0..1+floor(log_3(2|n|)) (A186285(i+1))^(n_i), where A186285(i+1) is the (i+1)th prime power with exponent being a power of 3. Then a(n) is the numerator, i.e., c(n).
%e A186286 The balanced ternary digits {-1,0,+1} are represented here as {2,0,1}.
%e A186286    n BalTern A186286/A186287 (in reduced form)
%e A186286    0      0  Empty product = 1 = 1/1, a(n) = 1
%e A186286    1      1  2 = 2/1,                 a(n) = 2
%e A186286    2     12  3*(1/2) = 3/2,           a(n) = 3
%e A186286    3     10  3 = 3/1,                 a(n) = 3
%e A186286    4     11  3*2 = 6 = 6/1,           a(n) = 6
%e A186286    5    122  5*(1/3)*(1/2) = 5/6,     a(n) = 5
%e A186286    6    120  5*(1/3) = 5/3,           a(n) = 5
%e A186286    7    121  5*(1/3)*2 = 10/3,        a(n) = 10
%e A186286   ...   ...
%e A186286   41  12222  8*(1/7)*(1/5)*(1/3)*(1/2) = 8/210 = 4/105, a(n) = 4
%Y A186286 Cf. A186285, A186287, A185169, A052330.
%K A186286 nonn,frac
%O A186286 0,2
%A A186286 _Daniel Forgues_, Feb 17 2011