OFFSET
1,1
COMMENTS
All but the first value are of the form 6n+1; hence in base 6 end each ends with the digit 1.
MATHEMATICA
FromDigits[IntegerDigits[#, 6]]&/@Select[Partition[Prime[Range[300]], 2, 1], #[[2]]-#[[1]] == 2&][[All, 2]] (* Harvey P. Dale, Jun 02 2022 *)
CROSSREFS
KEYWORD
base,easy,nonn
AUTHOR
Jonathan Vos Post, Oct 14 2009
EXTENSIONS
Extended by R. J. Mathar, Oct 16 2009
Comment amended by Harvey P. Dale, Jun 02 2022
STATUS
approved