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.

A125599 Quotient ((2n)^(2n-2)-1)/(2n+1)/(2n-1).

Original entry on oeis.org

0, 1, 37, 4161, 1010101, 432988561, 290738012181, 282578800148737, 375973780484811925, 657002506265664160401, 1460516560427337565647925, 4026980002567282984447709761, 13491386325240318454518243016437
Offset: 1

Views

Author

Alexander Adamchuk, Nov 26 2006

Keywords

Crossrefs

Cf. A125598 = ((n+1)^(n-1)-1)/n. Cf. A000272 = n^(n-2).

Programs

  • Mathematica
    Table[(((2n)^(n-1))^2-1)/(2n+1)/(2n-1),{n,1,20}]

Formula

a(n) = A125598[2n-1]/(2n+1). a(n) = (A000272[2n]-1)/(2n+1)/(2n-1). a(n) = (b^(n-1)-1)/(b-1), for b = (2n)^2.