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!)
A125242 Numbers k such that binomial(5k, k) - 1 is prime. 5
5, 71, 111, 187, 239, 247, 473, 628, 847, 1478, 2687, 3530, 5175, 9113, 10968, 15039, 28929, 35649, 43481, 44455 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Do[f=Binomial[5n, n]-1; If[PrimeQ[f], Print[n]], {n, 1, 1000}]
Select[Range[45000], PrimeQ[Binomial[5#, #]-1]&] (* Harvey P. Dale, Jan 02 2022 *)
CROSSREFS
Cf. A125243 = numbers n such that binomial(5n, 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. Cf. A125220, A125221, A125240, A125241, A125244, A125245.
Sequence in context: A056266 A248367 A157860 * A102976 A141852 A142052
KEYWORD
hard,more,nonn
AUTHOR
Alexander Adamchuk, Nov 25 2006
EXTENSIONS
More terms from Ryan Propper, Jan 06 2007
a(15)-a(20) from Robert Price, May 03 2019
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 23 12:27 EDT 2024. Contains 371912 sequences. (Running on oeis4.)