OFFSET
1,2
COMMENTS
For this sequence all three members of the triple must be below the 10^n bound. - Sean A. Irvine, Apr 04 2022
REFERENCES
J. Recreational Math., vol. 23, No. 2, 1991, p. 97.
LINKS
MATHEMATICA
x=168; a=Table[ Prime[ n ], {n, 1, x} ] c=0; Do[ If[ a[[ n ]]+6==a[ [ n+2 ] ], c++ ], {n, 1, x-2} ]; c # the values of x to use are given by A006880
CROSSREFS
KEYWORD
more,nonn
AUTHOR
Robert G. Wilson v, Jun 09 2000
EXTENSIONS
a(7)-a(9) from Jud McCranie, Oct 07 2000
a(10)-a(12) from Martin Raab, Oct 04 2006
a(13)-a(14) from Charles R Greathouse IV, Feb 09 2022
STATUS
approved