Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #11 Nov 25 2022 13:31:08
%S 1,1,2,2,2,2,2,2,1,2,2,2,2,2,1,2,2,2,2,2,2,1,2,2,2,3,2,2,2,2,2,2,2,2,
%T 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,2,2,2,2,1,2,2,2,2,2,2,2,2,2,2,
%U 2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,2,3,2,2,2,2,2,2,2,2,2,2,2,2
%N First forward difference of A258037.
%C Conjecture: All terms belong to {1, 2, 3}. See third comment in A258037.
%t nn = 210; p = Prime@ Range@ nn; t = Table[ Differences[p, n][[1]], {n, 0, nn - 1}]; s = Select[ Range@ nn, t[[#]] > 0 &]; d = Differences@ s
%Y Cf. A258037, A358618.
%K easy,nonn
%O 1,3
%A _Clark Kimberling_ and _Robert G. Wilson v_, Oct 31 2022