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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A125221 Numbers n such that binomial(3n, n) + 1 is prime. 8
0, 12, 43, 53, 120, 121, 184, 778, 823, 1179, 1212, 1670, 3187, 3353, 4282, 5420, 5592, 5826, 6526, 7405, 7581, 7619, 13213 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

Do[f=Binomial[3n, n]+1; If[PrimeQ[f], Print[n]], {n, 1, 1000}]

CROSSREFS

Cf. A125220 = numbers n such that binomial(3n, n) - 1 is prime. Cf. A066699 = numbers n such that binomial(2n, n) + 1 is prime. Cf. A066726 = numbers n such that binomial(2n, n) - 1 is prime.

Sequence in context: A074356 A172294 A088826 * A082829 A003357 A004466

Adjacent sequences:  A125218 A125219 A125220 * A125222 A125223 A125224

KEYWORD

hard,more,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Nov 24 2006

EXTENSIONS

a(10) - a(15) from Robert G. Wilson v (rgwv(AT)rgwv.com), Nov 26 2006

More terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Sep 07 2007

5 more terms from Ryan Propper (rpropper(AT)cs.stanford.edu), Jan 01 2008

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 19:06 EST 2012. Contains 205945 sequences.