OFFSET
1,1
COMMENTS
What is the origin of the lower bound of a(n), see graph?
Apparently a(n) > n^(5/2) but what about more strict bound?
LINKS
Zak Seidov, Table of n, a(n) for n = 1..1000
EXAMPLE
MATHEMATICA
n = 1; t = {}; While[d = Intersection[s, Total /@ Partition[s, n, 1]]; Length[d] > 0, AppendTo[t, d[[1]] - 1]; n++]; t (* T. D. Noe, Jun 17 2013 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Zak Seidov, Jun 15 2013
STATUS
approved