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 A133330 #21 May 11 2021 11:54:33 %S A133330 3,8,13,18,21,26,31,39,44,46,51,56,57,64,69,82,87,89,92,94,97,105,107, %T A133330 110,123,130,132,135,148,153,158,166,171,173,176,184,189,191,196,209, %U A133330 214,232,233,234,237,238,243,250,251,255,256,269,275,276,281,293,294 %N A133330 Sums of exactly three positive octahedral numbers A005900. %D A133330 Dickson, L. E. History of the Theory of Numbers, Vol. 2: Diophantine Analysis. New York: Dover, 2005, cites the Pollock reference. %D A133330 Pollock, F. "On the Extension of the Principle of Fermat's Theorem of the Polygonal Numbers to the Higher Orders of Series Whose Ultimate Differences Are Constant. With a New Theorem Proposed, Applicable to All the Orders." Abs. Papers Commun. Roy. Soc. London 5, 922-924, 1843-1850. %H A133330 Agustin Moreno Canadas, <a href="http://arxiv.org/abs/0806.2486">On sums of figurate numbers by using techniques of poset representation theory</a>, arXiv:0806.2486 [math.NT], 2008. %t A133330 lim = 300; oc[n_] := (2*n^3 + n)/3; nmax = Floor[Solve[oc[n] + oc[1] + oc[1] == lim, n][[1, 1, 2]]]; t = Table[ oc[n], {n, nmax}]; Select[ Union[ Flatten[ Outer[ Plus, t, t, t]]], # <= lim &] (* _Jean-François Alcover_, Sep 08 2011 *) %Y A133330 Cf. A005900, A053676, A053677, A053678. %K A133330 easy,nonn %O A133330 1,1 %A A133330 _Jonathan Vos Post_, Oct 18 2007