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 A338732 #14 Dec 04 2020 04:20:26 %S A338732 0,0,0,0,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,2,1,3,1,2,2, %T A338732 2,1,3,1,2,2,2,1,3,1,2,2,2,1,3,1,2,2,3,1,3,1,3,2,2,1,4,1,2,2,3,1,3,1, %U A338732 3,2,2,1,4,1,2,2,3,1,3,1,4,2,2,1,4,2,2,2,3,1,4,1,3 %N A338732 Generating function Sum_{n >= 0} a(n)*x^n = Sum_{k>=1} x^(k*(3*k+1))/(1-x^k). %C A338732 The OEIS contains many very similar sequences, but this one was missing. %H A338732 Seiichi Manyama, <a href="/A338732/b338732.txt">Table of n, a(n) for n = 0..10000</a> %o A338732 (PARI) my(N=66, x='x+O('x^N)); concat([0, 0, 0, 0], Vec(sum(k=1, N, x^(k*(3*k+1))/(1-x^k)))) \\ _Seiichi Manyama_, Dec 04 2020 %Y A338732 Cf. A001227, A081757, A117277, A330889, A338730, A338731. %K A338732 nonn %O A338732 0,15 %A A338732 _N. J. A. Sloane_, Dec 03 2020