cp's OEIS Frontend

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.

A099107 a(n) is the least M such that there are n values in 0..M with no two values summing to a square.

This page as a plain text file.
%I A099107 #25 Oct 19 2017 10:40:00
%S A099107 0,2,3,5,8,10,11,14,18,20,21,24,26,28,32,34,36,38,40,42,48,52,54,56,
%T A099107 58,60,62,64,72,74,76,78,80,82,84,86,88,99,101,103,105,107,109,111,
%U A099107 114,116,118,129,130,133,135,137,139,141,143,145,152,159,160,163,167
%N A099107 a(n) is the least M such that there are n values in 0..M with no two values summing to a square.
%C A099107 Examples where the solution is unique:
%C A099107 (14,28) 2 4 6 9 11 13 15 17 18 20 22 24 26 28
%C A099107 (16,34) 3 5 8 10 12 14 16 18 19 21 23 25 27 29 32 34
%C A099107 (17,36) 3 5 8 10 12 14 16 18 19 21 23 25 27 29 32 34 36
%C A099107 (18,38) 3 5 8 10 12 14 16 18 19 21 23 25 27 29 32 34 36 38
%C A099107 (19,40) 3 5 8 10 12 14 16 18 19 21 23 25 27 29 32 34 36 38 40
%C A099107 (20,42) 3 5 8 10 12 14 16 18 19 21 23 25 27 29 32 34 36 38 40 42
%H A099107 Rob Pratt, <a href="/A099107/b099107.txt">Table of n, a(n) for n = 1..100</a>
%Y A099107 If the numbers are taken from 1..M instead of 0..M, we get A210380.
%K A099107 nonn
%O A099107 1,2
%A A099107 Jean-Charles Meyrignac (euler(AT)free.fr), Nov 14 2004
%E A099107 Definition clarified and sequence extended by _Don Reble_ and _M. F. Hasler_, Jul 08 2014
%E A099107 More terms from _Rob Pratt_, Jul 11 2014