OFFSET
1,1
COMMENTS
Numbers that have three occurrences in A114381 are not known to date.
LINKS
Klaus Brockhaus, Table of n, a(n) for n=1..222.
EXAMPLE
PROG
(PARI) /* gives terms and index of second occurrence */ {m=100000; S=[]; c=0; for(k=1, m, a=sum(j=prime(k), prime(k+1), prime(j)); S=setunion(S, Set(a)); d=#S; if(c==d, print(a, ", " , k), c=d))}
CROSSREFS
KEYWORD
nonn
AUTHOR
Klaus Brockhaus, Jul 01 2009
STATUS
approved