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.

A046715 Secondary root edges in doubly rooted tree maps with n edges.

Original entry on oeis.org

0, 1, 10, 105, 1176, 13860, 169884, 2147145, 27810640, 367479684, 4936848280, 67255063876, 927192688800, 12914469594000, 181497968832600, 2570903476583625, 36671501616314400, 526348636137670500, 7597019633665077000, 110205019733436728100
Offset: 0

Views

Author

Keywords

Programs

  • Maple
    B:= n-> (2*n)!*(2*n+2)!*n / (2*n!*(n+1)!^2*(n+2)!):
    seq(B(n), n=0..20); # Alois P. Heinz, Dec 22 2011

Formula

B(n) = (2*n)!*(2*n+2)!*n / (2*n!*(n+1)!^2*(n+2)!). - Alois P. Heinz, Dec 22 2011

Extensions

Corrected and extended by Alois P. Heinz, Dec 22 2011