login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A026496
a(n) = least positive integer > a(n-1) and not a(i)^2 + a(j)^2 + a(k)^2 for 1<=i<=j<=k<=n.
0
1, 2, 4, 5, 7, 8, 10, 11, 13, 14, 15, 16, 17, 19, 20, 22, 23, 25, 26, 28, 29, 31, 32, 34, 35, 37, 38, 39, 40, 41, 43, 44, 46, 47, 49, 50, 52, 53, 55, 56, 58, 59, 60, 61, 62, 63, 64, 65, 67, 68, 70, 71, 73, 74, 76, 77, 79, 80, 82, 83, 85, 86, 87, 88, 89, 91, 92, 94, 95, 97, 98, 100
OFFSET
1,2
MATHEMATICA
FixedPoint[Complement[Range@100, Flatten@Outer[Plus, #^2, #^2, #^2]] &, {}] (* Ivan Neretin, Feb 15 2016 *)
CROSSREFS
Sequence in context: A307513 A186515 A078934 * A056127 A186352 A186157
KEYWORD
nonn
EXTENSIONS
Corrected, more terms added by Ivan Neretin, Feb 16 2016
STATUS
approved