Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A066749
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A066749 List of primes p which are equal to a central binomial coefficient C(n,floor(n/2)) plus 1. +0
2
2, 3, 7, 11, 71, 127, 463, 3433, 2704157, 20058301, 17672631901, 35345263801, 2104098963721, 16123801841551, 6892620648693261354601, 51913710643776705684835561, 410795449442059149332177041 (list; graph; listen)
OFFSET

1,1

COMMENT

The corresponding values of n are in A067366.

EXAMPLE

For n=5 the central binomial coefficient is C(5,2)=10. Since 10+1=11 is prime, it is in the sequence.

MATHEMATICA

For[ n=0, True, n++, If[ PrimeQ[ z=Binomial[ n, Floor[ n/2 ] ]+1 ], Print[ z ] ] ]

PROGRAM

(MuPAD) for n from 0 to 200 do p := binomial(n, floor(n/2))+1: if isprime(p) then print(p) end_if end_for

CROSSREFS

Cf. A001405, A067366.

Sequence in context: A106125 A073609 A053781 this_sequence A046480 A137767 A080140

Adjacent sequences: A066746 A066747 A066748 this_sequence A066750 A066751 A066752

KEYWORD

nonn

AUTHOR

Frank Buss (fb(AT)frank-buss.de), Jan 16 2002

EXTENSIONS

Repetitions removed by N. J. A. Sloane (njas(AT)research.att.com), Apr 09 2008

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 November 24 23:16 EST 2009. Contains 167481 sequences.


AT&T Labs Research