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!)
A277829 First Series of Hankel determinants based on squares of Catalan numbers. 9
1, 1, 9, 1035, 1686931, 40768984675, 14961837668926225, 84566159505295329041875, 7428544024130633312561150929275, 10204389867956705680354458767618278532475, 220168039594282987862502167563496178988004727093379, 74853381374809235976722939648065921771360016655877341808897465 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
It would be very useful to have the formula for this sequence.
LINKS
FORMULA
Conjecture: lim n->infinity log(a(n))/n^2 = 2*log(2). - Vaclav Kotesovec, Nov 29 2016
MAPLE
a:= n-> LinearAlgebra[Determinant](Matrix(n, (i, j)->
(t-> (binomial(2*t, t)/(t+1))^2)(i+j-1))):
seq(a(n), n=0..15); # Alois P. Heinz, Nov 28 2016
MATHEMATICA
Flatten[{1, Table[Det[Table[(CatalanNumber[i + j - 1])^2, {i, n}, {j, n}]], {n,
11}]}]
CROSSREFS
Sequence in context: A004809 A099127 A172944 * A286396 A174636 A054344
KEYWORD
nonn
AUTHOR
Karol A. Penson, Nov 27 2016
EXTENSIONS
a(0)=1 prepended by Alois P. Heinz, Nov 27 2016
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 23 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)