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!)
A053369 Linear recursion with Catalan numbers. 1
2, 9, 32, 115, 420, 1554, 5808, 21879, 82940, 316030, 1209312, 4644094, 17889032, 69089700, 267444000, 1037348415, 4030774380, 15687019590, 61137753600, 238580530650, 932105099640, 3645473785980, 14271279927840, 55918717024950, 219283705045080, 860564513057004, 3379592965275968 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.
LINKS
FORMULA
a(n) = (7n+2)*C(n) where C(n)=Catalan numbers (A000108).
MATHEMATICA
Table[(7*n + 2)*CatalanNumber[n], {n, 0, 50}] (* G. C. Greubel, May 25 2018 *)
PROG
(PARI) for(n=0, 30, print1(((7*n+2)/(n+1))*binomial(2*n, n), ", ")) \\ G. C. Greubel, May 25 2018
(Magma) [((7*n+2)/(n+1))*Binomial(2*n, n): n in [0..30]]; // G. C. Greubel, May 25 2018
CROSSREFS
Cf. A050960.
Sequence in context: A053152 A077644 A292482 * A076959 A003697 A006253
KEYWORD
easy,nonn
AUTHOR
Barry E. Williams, Jan 06 2000
EXTENSIONS
Terms a(21) onward added by G. C. Greubel, May 25 2018
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 24 06:24 EDT 2024. Contains 371918 sequences. (Running on oeis4.)