|
Search: id:A098796
|
|
|
| A098796 |
|
Sequence related to a congruence property for the Catalan numbers. |
|
+0 1
|
|
| 1, 1, 3, 19, 1527, 16001, 2079863, 25138879, 3977502767, 9094756956909, 123064080712655, 323237794212444689, 63954318104304685581, 908009997951266138587, 185964440670918582766943
(list; graph; listen)
|
|
|
OFFSET
|
1,3
|
|
|
FORMULA
|
a(n) = (Catalan(P_n-1)+1)/P_n where P_n is the n-th prime and Catalan(k) is the Catalan number binomial(2k, k)/(k+1).
|
|
EXAMPLE
|
a(4)=(132+1)/7=19
|
|
MAPLE
|
with(numtheory): catalan_divise:=proc(n) (binomial(2*n-2, n-1)/n+1)/n end: seq(catalan_divise(ithprime(i)), i=1..20);
|
|
CROSSREFS
|
Cf. A000108, A000040.
Sequence in context: A136372 A107706 A114301 this_sequence A120563 A164063 A117844
Adjacent sequences: A098793 A098794 A098795 this_sequence A098797 A098798 A098799
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Frederic Chapoton (fchapoton(AT)voila.fr), Oct 05 2004
|
|
|
Search completed in 0.002 seconds
|