login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A095673 Primes p = p_(n+1) such that p_n + p_(n+2) = 2*p_(n+1) + 12. 8
1069, 1759, 1913, 3803, 4463, 4603, 8329, 9109, 9749, 11633, 12619, 12763, 15199, 16993, 17299, 17449, 19163, 20029, 20183, 21943, 22349, 22409, 22549, 22943, 23209, 23339, 24709, 25373, 26209, 26783, 26993, 28669, 28979, 29723, 29959 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Primes that are third 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
MATHEMATICA
m = 3; Prime[1 + Select[ Range[3300], Prime[ # + 2] - 2*Prime[ # + 1] + Prime[ # ] - 4*m == 0 &]] (* Robert G. Wilson v, Jul 14 2004 *)
Transpose[Select[Partition[Prime[Range[4000]], 3, 1], #[[1]]+#[[3]]== 2#[[2]] +12&]][[2]] (* Harvey P. Dale, Apr 18 2015 *)
CROSSREFS
Sequence in context: A145299 A328894 A289702 * A252569 A020386 A236870
KEYWORD
nonn
AUTHOR
Roger L. Bagula, Jul 02 2004
EXTENSIONS
Edited and extended by Robert G. Wilson v, Jul 14 2004
Edited by N. J. A. Sloane, Nov 07 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 24 11:01 EDT 2024. Contains 371936 sequences. (Running on oeis4.)