login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A050491
a(n) = C(n)*(12n+1) where C(n) = Catalan numbers (A000108).
2
1, 13, 50, 185, 686, 2562, 9636, 36465, 138710, 529958, 2032316, 7818538, 30161740, 116635300, 451980360, 1754766945, 6824030310, 26577181950, 103647597900, 404703270510, 1581953021220, 6189965556060, 24242879364600, 95027512981050, 372782298576636, 1463445866837052
OFFSET
0,2
REFERENCES
Albert H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 194-196.
LINKS
FORMULA
G.f.: (11 - 20*x - 11*sqrt(1 - 4*x))/(2*x*sqrt(1 - 4*x)). - Amiram Eldar, Jul 08 2023
MATHEMATICA
Table[CatalanNumber[n] * (12*n + 1), {n, 0, 25}] (* Amiram Eldar, Jul 08 2023 *)
PROG
(Magma) [Catalan(n)*(12*n+1):n in [0..25] ]; // Marius A. Burtea, Jan 05 2020
CROSSREFS
Column k=12 of A330965.
Sequence in context: A050410 A121991 A121990 * A332589 A022283 A135971
KEYWORD
easy,nonn
AUTHOR
Barry E. Williams, Dec 27 1999
EXTENSIONS
Terms a(21) and beyond from Andrew Howroyd, Jan 05 2020
STATUS
approved