OFFSET
1,1
COMMENTS
Primes that are second prime chords.
These come from music based on the prime differences where the chords are an even number of note steps from the primary note.
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
MATHEMATICA
m = 2; Prime[ 1 + Select[ Range[600], Prime[ # + 2] - 2*Prime[ # + 1] + Prime[ # ] - 4*m == 0 &]] (* Robert G. Wilson v, Jul 14 2004 *)
Transpose[Select[Partition[Prime[Range[600]], 3, 1], #[[1]]+#[[3]]==2#[[2]]+ 8&]][[2]] (* Harvey P. Dale, Feb 26 2015 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Jul 02 2004
EXTENSIONS
Edited by Robert G. Wilson v, Jul 14 2004
Description corrected by N. J. A. Sloane, Jul 19 2004
STATUS
approved