cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A281450 a(n) = Fibonacci(binomial(2*n,n)).

Original entry on oeis.org

1, 1, 8, 6765, 190392490709135, 20672849399056463095319772838289364792345825123228624
Offset: 0

Views

Author

Alois P. Heinz, Jan 21 2017

Keywords

Crossrefs

Main diagonal of A045995.

Programs

  • Maple
    a:= n-> (<<0|1>, <1|1>>^binomial(2*n, n))[1, 2]:
    seq(a(n), n=0..6);

Formula

a(n) = A000045(A007318(2*n,n)) = A000045(A000984(n)).
a(n) = A045995(n,n).