OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1600
MATHEMATICA
edsQ[n_]:=AllTrue[Prime[Range[8]]^n, EvenQ[Total[IntegerDigits[#]]]&]; Select[ Range[12000], edsQ] (* The program uses the AllTrue function from Mathematica version 10 *) (* Harvey P. Dale, May 10 2017 *)
CROSSREFS
KEYWORD
base,nonn
AUTHOR
Zak Seidov, May 26 2006
EXTENSIONS
More terms from Harvey P. Dale, May 10 2017
STATUS
approved