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.

Showing 1-2 of 2 results.

A083063 a(n) = (n+1)^(n-1)/(n+2) + (-1)^n/(n+2).

Original entry on oeis.org

1, 0, 1, 3, 21, 185, 2101, 29127, 478297, 9090909, 196495641, 4762874171, 128011456717, 3779594158353, 121637191772461, 4238682002231055, 159023502861656433, 6391554268241802725, 274019342889240109297
Offset: 0

Views

Author

Paul Barry, Apr 20 2003

Keywords

Crossrefs

Programs

  • Sage
    [abs(gaussian_binomial(n,1,-(n+2))) for n in range(-1,18)] # Zerinvary Lajos, May 31 2009

A128897 a(n) = ((2n)^(2n-1)+1)/(2n+1).

Original entry on oeis.org

1, 13, 1111, 233017, 90909091, 57154490053, 52914318216943, 67818912035696881, 115047976828352449051, 249660952380952380952381, 674758650917429955329341351, 2222892961417140207415135788073
Offset: 1

Views

Author

Alexander Adamchuk, Apr 20 2007

Keywords

Crossrefs

Cf. A083062 ((n+1)^n/(n+2) - (-1)^n/(n+2)).

Formula

a(n) = ((2n)^(2n-1)+1)/(2n+1). a(n) = A083062(2n-1).
Showing 1-2 of 2 results.