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 A352697 #9 Mar 30 2022 06:11:40 %S A352697 0,0,1,0,2,0,2,1,2,0,6,0,3,0,6,0,4,0,6,0,5,1,7,2,6,2,7,1,8,0,8,0,8,0, %T A352697 11,0,9,1,10,0,11,0,11,0,11,0,14,3,12,0,13,0,13,0,15,0,15,0,15,0,16,0, %U A352697 18,0,16,0,17,0,17,0,19,0,18,2,19,0,19,0,20,2 %N A352697 a(n) = A037237(n-1) - A281434(n). %C A352697 It appears that this sequence has an infinite number of zeros, i.e., A281434(n) agrees with A037237(n-1) at an infinite number of indices; also, it seems that a(n) = O(n). %t A352697 With[{m = 20}, Table[(4 n + 3 n^2 + 2 n^3)/3, {n, m}] - Length /@ Rest[NestList[Expand[D[#, x]] &, x^x^x, m]]] %Y A352697 Cf. A037237, A281434. %K A352697 nonn %O A352697 1,5 %A A352697 _Vladimir Reshetnikov_, Mar 29 2022