OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
FactorInteger[ # ][[ -1, 1]] & /@ Select[Table[Sum[Prime[k], {k, n, n + 3}]/4, {n, 120}], IntegerQ] (* Ray Chandler, Sep 25 2006 *)
FactorInteger[#][[-1, 1]]&/@Select[Mean/@Partition[Prime[Range[ 200]], 4, 1], IntegerQ] (* Harvey P. Dale, May 21 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Giovanni Teofilatto, Sep 14 2006
EXTENSIONS
Extended by Ray Chandler, Sep 25 2006
STATUS
approved