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 A329199 #6 Sep 06 2022 11:47:51 %S A329199 0,1,1,1,1,2,2,2,2,2,2,2,2,2,2,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3,3, %T A329199 3,3,3,3,3,3,3,3,3,3,3,3,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4, %U A329199 4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4,4 %N A329199 a(n) = round(log_3(n)). %t A329199 Round[Log[3,Range[100]]] (* _Harvey P. Dale_, Sep 06 2022 *) %o A329199 (PARI) apply( A329199(n)=log(n)\/log(3), [1..130]) %Y A329199 Cf. A062153 (floor log_3), A000523 (floor log_2), A004257 (round log_2), A029837 (ceiling log_2), A329194 (log_3(n^2)). %K A329199 nonn %O A329199 1,6 %A A329199 _M. F. Hasler_, Nov 07 2019