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.

User: Ravichandran Subramanian

Ravichandran Subramanian's wiki page.

Ravichandran Subramanian has authored 1 sequences.

A225050 Number of shortest paths from one vertex of a cube (side = n units) to farthest vertex, along the grid on 3 surfaces meeting at another vertex.

Original entry on oeis.org

1, 4, 24, 148, 920, 5754, 36204, 229128, 1458072, 9325030, 59905274, 386368008, 2500651244, 16234450288, 105680341560, 689579733648, 4509096746904, 29539804567230, 193843622021910, 1273932593379600, 8383551165082170, 55238332546851630, 364364231864557080
Offset: 0

Author

Keywords

Crossrefs

Cf. A060774.

Programs

Formula

a(n) = 2*binomial(3n,n) - binomial(2n,n).