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.

A087754 a(n) = (C(2p,p)-2) / p^3, where p = prime(n).

Original entry on oeis.org

2, 10, 530, 4734, 474986, 5153122, 676701794, 1232820800342, 15623119507746, 34472401720246110, 6163354867874693078, 83483882991733501114, 15658391111267929558466, 42132263940113324754864134
Offset: 3

Views

Author

Henry Bottomley, Oct 02 2003

Keywords

Examples

			a(6)=4734 since 13 is the sixth prime and (C(26,13)-2)/13^3 = (10400600-2)/2197 = 4734.
		

Crossrefs

Programs

  • Mathematica
    Table[(Binomial[2p,p]-2)/p^3,{p,Prime[Range[3,20]]}] (* Harvey P. Dale, Oct 23 2017 *)

Formula

a(n) = A060842(n) / A000040(n).
a(n) = 2 * A034602(n).