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.

A367344 Compute the commas sequence starting at 1, as in A121805, except do the calculations in octal. The terms are written here in octal (see also A367343).

This page as a plain text file.
%I A367344 #8 Nov 15 2023 21:49:22
%S A367344 1,12,35,106,167,261,273,326,412,436,523,560,565,643,702,731,750,757,
%T A367344 1050,1051,1062,1103,1134,1175,1246,1327,1420,1421,1432,1453,1504,
%U A367344 1545,1616,1677,1770,1771,2003,2035,2107,2201,2213,2245,2317,2411,2423,2455,2527,2621,2633
%N A367344 Compute the commas sequence starting at 1, as in A121805, except do the calculations in octal. The terms are written here in octal (see also A367343).
%e A367344 The first three terms are 1, 12, 35 in octal, and we check that around the first comma we see 1,1_8 which becomes 11_8 = 9_10, and 1_10 + 9_10 = 10_10 = 12_8 = a(2).
%e A367344 Around the second comma we see 2,3_8, which becomes 23_8 = 19_10, and indeed 12_8 + 23_8 = 10_10 + 19_10 = 29_10 = 35_8 = a(3).
%Y A367344 Cf. A121805, A367343.
%K A367344 nonn,base
%O A367344 1,2
%A A367344 _N. J. A. Sloane_, Nov 15 2023