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 A008320 #25 Feb 16 2025 08:32:32 %S A008320 1,2,3,4,6,7,8,9,11,12,14,15,16,18,19,21,22,23,24,26,27,28,29,30,31, %T A008320 32,33,34,35,36,38,39,41,42,43,44,46,47,48,49,51,54,55,56,57,59,60,61, %U A008320 62,63,64,66,67,69,70,71,72,74,75,76,77,78,79,81,83,84,86,87,88,89,91,92,93,94 %N A008320 Smallest number that is not the sum of squares of two distinct earlier terms. %H A008320 Ivan Neretin, <a href="/A008320/b008320.txt">Table of n, a(n) for n = 1..10000</a> %H A008320 Mihaly Bencze [Beneze], <a href="http://www.gallup.unm.edu/~smarandache/SN/ScArt5/RecSeq.pdf">Smarandache Recurrence Type Sequences</a>, Unknown source, pp. 99-102. Originally appeared in Bull. Pure Appl. Sciences. %H A008320 F. Smarandache, <a href="http://www.gallup.unm.edu/~smarandache/Sequences-book.pdf">Sequences of Numbers Involved in Unsolved Problems</a>. %H A008320 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/SmarandacheSequences.html">Smarandache Sequences.</a> %t A008320 FixedPoint[Complement[Range@100, Flatten@Table[#[[i]]^2 + #[[j]]^2, {i, Length[#]}, {j, i - 1}]] &, {}] (* _Ivan Neretin_, Jun 05 2016 *) %Y A008320 A026468 is the version without "distinct". %K A008320 nonn %O A008320 1,2 %A A008320 R. Muller %E A008320 More terms from _David W. Wilson_