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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A121852 Numbers n such that partial sum of Catalan numbers A014137(n) is a prime. 2
1, 4, 6, 16, 24, 104, 121, 283, 326, 489, 1387, 1394, 1424, 1435, 1985, 4323, 5221 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Corresponding primes are A014137( a(n)) = {2,23,197,48760367,1757900019101,...}.

EXAMPLE

Catalan numbers A000108(n) begin {1,1,2,5,14,42,132,429,1430,4862,...}.

a(1) = 1 because A014137(1) = 1 + 1 = 2 is prime,

a(2) = 4 because A014137(4) = 1 + 1 + 2 + 5 + 14 = 23 is prime.

MATHEMATICA

s = 1; Do[s = s + (2n)!/((n!)^2(n + 1)); If[PrimeQ@s, Print@n], {n, 17925}] (* Robert G. Wilson v *)

CROSSREFS

Cf. A000108, A014137.

Sequence in context: A120375 A025618 A133572 * A122537 A059736 A102731

Adjacent sequences:  A121849 A121850 A121851 * A121853 A121854 A121855

KEYWORD

hard,nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Aug 30 2006

EXTENSIONS

a(11) - a(17) from Robert G. Wilson v, Aug 31 2006

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 15 12:14 EST 2012. Contains 205783 sequences.