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 A368363 #19 Feb 07 2024 13:21:43 %S A368363 0,1,2,3,5,6,8,9,12,13,15,17,19,21,24,25,27,30,32,34,37,39,41,43,46, %T A368363 48,52,53,55,59,61,62,66,68,72,74,76,78,82,84,86,90,92,94,99,101,103, %U A368363 105,108,111,115,117,119,123,126,128,132,134,136,140,142,144,150,151,155,158,160,162,166,170,172,175,177,179,185 %N A368363 Partial sums of A136107. %C A368363 All three of A038548, A136107, and the present sequence have generating functions which resemble Lambert series. %H A368363 Vaclav Kotesovec, <a href="/A368363/b368363.txt">Table of n, a(n) for n = 1..10000</a> %H A368363 Eric Angelini, Michael S. Branicky, Giovanni Resta, N. J. A. Sloane, and David W. Wilson, The Comma Sequence: A Simple Sequence With Bizarre Properties, <a href="http://arxiv.org/abs/2401.14346">arXiv:2401.14346</a>, <a href="https://www.youtube.com/watch?v=_EHAdf6izPI">Youtube</a> %F A368363 a(n) ~ n*(log(2*n)/2 + gamma - 1/2), where gamma is the Euler-Mascheroni constant A001620. - _Vaclav Kotesovec_, Jan 08 2024 %o A368363 (PARI) f(n) = numdiv(n>>valuation(n, 2)) - ispolygonal(n, 3); \\ A136107 %o A368363 a(n) = sum(k=1, n, f(k)); \\ _Michel Marcus_, Jan 08 2024 %Y A368363 Cf. A038548, A136107. %K A368363 nonn %O A368363 1,3 %A A368363 _N. J. A. Sloane_, Jan 08 2024