Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A069360
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A069360 Number of prime pairs (p,q), p <= q, such that (p+q)/2 = 2*n. +0
4
0, 1, 1, 2, 2, 3, 2, 2, 4, 3, 3, 5, 3, 3, 6, 5, 2, 6, 5, 4, 8, 4, 4, 7, 6, 5, 8, 7, 6, 12, 5, 3, 9, 5, 7, 11, 5, 4, 11, 8, 5, 13, 6, 7, 14, 8, 5, 11, 9, 8, 14, 7, 6, 13, 9, 7, 12, 7, 9, 18, 9, 6, 16, 8, 10, 16, 9, 7, 16, 14, 8, 17, 8, 8, 21, 10, 8, 17, 10, 11 (list; graph; listen)
OFFSET

1,4

COMMENT

a(n) = #{k | 2*n-k and 2*n+k are prime, 1<=k<=2*n};

The Goldbach conjecture, if true, would imply a(m) > 0 for m > 1.

LINKS

K. Brockhaus, Table of n, a(n) for n=1..10000

EXAMPLE

n=8: there are 16 pairs (i,j) with (i+j)/2=n*2=16; only two of them, (3,29) and (13,19), consist of primes, therefore a(8)=2.

MATHEMATICA

Table[ Length[ Select[ Range[ 2*n ], PrimeQ[ 2n - # ] && PrimeQ[ 2n + # ] & ] ], {n, 1, 50} ] - Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Nov 30 2007

CROSSREFS

Bisection of A002375.

Cf. A082467 (least k such that n-k and n+k are both primes), A134677 (records), A134678 (where records occur), A135146 (index of first occurrence of n).

Adjacent sequences: A069357 A069358 A069359 this_sequence A069361 A069362 A069363

Sequence in context: A131836 A133829 A086454 this_sequence A068050 A083900 A113517

KEYWORD

nonn,nice

AUTHOR

Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Apr 15 2002

EXTENSIONS

Edited by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Nov 20 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 13 20:18 EDT 2008. Contains 145016 sequences.


AT&T Labs Research