login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067366 Numbers n such that 1+C(n,floor(n/2)) is prime, where C(n,floor(n/2)) = A001405(n) is a central binomial coefficient. 1
0, 1, 2, 4, 5, 8, 9, 11, 14, 24, 27, 37, 38, 44, 47, 76, 89, 92, 97, 123, 124, 136, 143, 144, 168, 243, 297, 332, 368, 393, 417, 428, 443, 680, 696, 697, 817, 890, 981, 1034, 1053, 1201, 1349, 1384, 1455, 1537, 1589, 1634, 1705, 2077, 2632, 2635, 2762, 3197 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

COMMENTS

The corresponding primes are in A066749.

MATHEMATICA

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

CROSSREFS

Cf. A001405, A066749.

Sequence in context: A084464 A080148 A032787 * A099628 A188072 A189205

Adjacent sequences:  A067363 A067364 A067365 * A067367 A067368 A067369

KEYWORD

nonn

AUTHOR

Dean Hickerson (dean.hickerson(AT)yahoo.com), Jan 20 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 04:47 EST 2012. Contains 205860 sequences.