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!)
A068769 Generalized Catalan numbers. 3
1, 1, 14, 203, 3038, 46746, 736764, 11853051, 194053622, 3224557406, 54265836548, 923218762270, 15854602773100, 274500192707860, 4786546243533432, 83989334625037947, 1481965556616225702 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) = K(7,7; n)/7 with K(a,b; n) defined in a comment to A068763.
LINKS
FORMULA
a(n) = (7^n) * p(n, -6/7) with the row polynomials p(n, x) defined from array A068763.
a(n+1) = 7*sum(a(k)*a(n-k), k=0..n), n>=1, a(0)=1=a(1).
G.f.: (1-sqrt(1-28*x*(1-6*x)))/(14*x).
Recurrence: (n+1)*a(n) = 168*(2-n)*a(n-2) + 14*(2*n-1)*a(n-1). - Fung Lam, Mar 04 2014
a(n) ~ sqrt(14+14*sqrt(7)) * (14+2*sqrt(7))^n / (14*sqrt(Pi)*n^(3/2)). - Vaclav Kotesovec, Mar 04 2014
MATHEMATICA
a[0] = 1; a[1] = 1; a[2] = 14; a[n_] := (168 (2 - n) a[n - 2] + 14 (2 n - 1) a[n - 1])/(n + 1); Table[a[n], {n, 0, 20}] (* Wesley Ivan Hurt, Mar 04 2014 *)
CoefficientList[Series[(1-Sqrt[1-28*x*(1-6*x)])/(14*x), {x, 0, 20}], x] (* Vaclav Kotesovec, Mar 04 2014 *)
CROSSREFS
Sequence in context: A199707 A222586 A221830 * A113349 A109764 A349283
KEYWORD
nonn,easy
AUTHOR
Wolfdieter Lang, Mar 04 2002
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 19:49 EDT 2024. Contains 371963 sequences. (Running on oeis4.)