OFFSET
1,1
COMMENTS
The squared sieve sequence (A002960) increases by one, beginning with three, every two integers except a difference of 2^n appears only once. This is the sequence of first differences. This has not yet been proven in the general case.
FORMULA
Conjecture: a(n) = A274089(n+2). - Omar E. Pol, Aug 10 2016
MATHEMATICA
Rest@ Differences@ Map[First, NestWhileList[Function[w, {First@ #, Rest@ #} &@ Delete[Last@ w, #] &@ Map[{#} &, Reverse@ Range[Floor@ Sqrt@ Length[Last@ w]]^2]], {0, Range@ 1200}, Length@ Last@ # > 1 &]] (* Michael De Vlieger, Aug 10 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Alisa Ediger, Jun 06 2016
STATUS
approved