Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A092840
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A092840 Prime super Catalan numbers. +0
5
3, 11, 197, 103049 (list; graph; listen)
OFFSET

1,1

COMMENT

The next term is too large to include.

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,5

Eric Weisstein's World of Mathematics, Super Catalan Number

PROGRAM

(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), write("b092840.txt", n++, " ", a))); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 21 2009]

CROSSREFS

Cf. A001003, A092839.

Sequence in context: A103836 A081484 A125738 this_sequence A007156 A060346 A165946

Adjacent sequences: A092837 A092838 A092839 this_sequence A092841 A092842 A092843

KEYWORD

nonn

AUTHOR

Eric Weisstein (eric(AT)weisstein.com), Mar 07, 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research