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!)
A092840 Primes in A001003. 5
3, 11, 197, 103049 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The next term is too large to include.
LINKS
Eric Weisstein's World of Mathematics, Super Catalan Number
PROG
(PARI) s(m)= { if (m==1, return(a1)); if (m==2, return(a2)); r = (3*(2*m - 3)*a2 - (m - 3)*a1)/m; a1=a2; a2=r; return(r); }
{ a1=1; a2=1; n=0; for (m=1, 300, a=s(m); if (isprime(a), n++; print1(a, ", "))); } \\ Harry J. Smith, Jun 21 2009
CROSSREFS
Sequence in context: A125738 A334176 A332771 * A007156 A289170 A060346
KEYWORD
nonn
AUTHOR
Eric W. Weisstein, Mar 07 2004
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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)