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.

A186355 Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f(i)=3i and g(j)=j(j+1)/2 (triangular number). Complement of A186354.

This page as a plain text file.
%I A186355 #10 Jul 22 2020 11:47:14
%S A186355 1,3,5,7,10,13,16,20,24,28,33,38,43,49,55,61,68,75,82,90,98,106,115,
%T A186355 124,133,143,153,163,174,185,196,208,220,232,245,258,271,285,299,313,
%U A186355 328,343,358,374,390,406,423,440,457,475,493,511,530,549,568,588,608,628,649,670,691,713,735,757,780,803,826,850,874,898,923,948,973,999,1025,1051,1078,1105,1132,1160,1188,1216,1245,1274,1303
%N A186355 Adjusted joint rank sequence of (f(i)) and (g(j)) with f(i) before g(j) when f(i)=g(j), where f(i)=3i and g(j)=j(j+1)/2 (triangular number).  Complement of A186354.
%C A186355 See A186554.
%C A186355 Does this differ (apart from the additional 1) from A089108? - R. J. Mathar, Feb 25 2011
%e A186355 First, write
%e A186355 ...3..6..9....12..15..18..21..24.. (3*i)
%e A186355 1..3..6....10.....15......21.... (triangular)
%e A186355 Then replace each number by its rank, where ties are settled by ranking 3i before the triangular:
%e A186355 a=(2,4,6,8,9,11,12,14,15,17,....)=A186354
%e A186355 b=(1,3,5,7,10,13,16,20,24,28,...)=A186355.
%t A186355 (See A186554.)
%Y A186355 Cf. A186554, A186556, A186557.
%K A186355 nonn
%O A186355 1,2
%A A186355 _Clark Kimberling_, Feb 18 2011