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.
%I A371030 #25 Mar 28 2024 23:44:34 %S A371030 0,1,2,3,10,11,12,13,20,21,22,23,30,31,32,33,40,41,42,43,50,51,52,53, %T A371030 100,101,102,103,110,111,112,113,120,121,122,123,130,131,132,133,140, %U A371030 141,142,143,150,151,152,153,200,201,202,203,210,211,212,213 %N A371030 n written in compositorial base. %C A371030 Compositorial base is a mixed-radix representation using the composite numbers (A002808) from least to most significant. %C A371030 Places reading from right have values (1, 4, 24, 192, ...) = compositorial numbers (A036691). %C A371030 a(n) = concatenation of decimal digits of n in compositorial base. This concatenated representation is unsatisfactory for large n (above 172799), when coefficients of 10 or greater start to appear. %e A371030 a(35)=123; 35 = 1*24 + 2*4 + 3*1. %t A371030 Table[FromDigits@ IntegerDigits[n,MixedRadix[Reverse@ ResourceFunction["Composite"]@ Range@ 8]], {n, 0,55}] %Y A371030 Cf. A002808, A036691, A049345. %K A371030 nonn,base,less %O A371030 0,3 %A A371030 _James C. McMahon_, Mar 08 2024