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 A133215 #15 Feb 16 2025 08:33:06 %S A133215 276,703,861,1225,2850,3003,4560,5151,8128,10878,11781,12090,12720, %T A133215 13366,14706,15400,16110,18721,21115,22366,24090,24531,26796,29161, %U A133215 29646,31125,32131,33153,36315,38503,39621,40186,42486,45451,47895 %N A133215 Hexagonal numbers (A000384) which are sum of 2 other hexagonal numbers > 0. %C A133215 This is to A136117 as A000384 is to A000326. Duke and Schulze-Pillot (1990) proved that every sufficiently large integer (and hence every sufficiently large hexagonal number) can be written as the sum of three hexagonal numbers. %H A133215 Donovan Johnson, <a href="/A133215/b133215.txt">Table of n, a(n) for n = 1..1000</a> %H A133215 W. Duke and R. Schulze-Pilot, <a href="http://gdz.sub.uni-goettingen.de/dms/load/img/?PID=GDZPPN002107066">Representation of integers by positive ternary quadratic forms and equidistribution of lattice points on ellipsoids</a>, Invent. Math. 99(1990), 49-57. %H A133215 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/HexagonalNumber.html">Hexagonal Number</a>. %F A133215 {x: x>0 and x in A000384 and x = A000384(i) + A000384(j) for i>0 and j>0}, where A000384 = {n*(2*n-1) for n > 0}. %e A133215 hex(19) = 703 = 378 + 325 = hex(14) + hex(13). %e A133215 hex(21) = 861 = 630 + 231 = hex(18) + hex(11). %e A133215 hex(25) = 1225 = 1035 + 190 = hex(23) + hex(10). %e A133215 hex(38) = 2850 = 2415 + 435 = hex(35) + hex(15). %e A133215 hex(39) = 3003 = 2850 + 153 = hex(38) + hex(9) = 2415 + 435 + 153 = hex(35) + hex(15) + hex(9). %e A133215 hex(48) = 4560 = 2415 + 2145 = hex(35) + hex(33). %t A133215 With[{upto=60000},Select[Union[Total/@Subsets[Table[n(2n-1),{n, Ceiling[ (1+Sqrt[1+8upto])/4]}],{2}]],IntegerQ[(1+Sqrt[1+8#])/4]&&#<=upto&]] (* _Harvey P. Dale_, Jul 24 2011 *) %Y A133215 Cf. A000384, A136117. %K A133215 nonn %O A133215 1,1 %A A133215 _Jonathan Vos Post_, Dec 18 2007 %E A133215 Added missing term 276 and a(8)-a(35) from _Donovan Johnson_, Sep 27 2008