OFFSET
1,1
COMMENTS
Since A061240 contains prime numbers of the form 9k+5, k even, all numbers here are multiples of 18.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
Differences[Select[Prime[Range[500]], Mod[#, 9]==5&]] (* Harvey P. Dale, May 19 2018 *)
CROSSREFS
KEYWORD
nonn,less
AUTHOR
Paul Curtz, Mar 30 2009
EXTENSIONS
Edited and extended by R. J. Mathar, Apr 03 2009
STATUS
approved