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.

A081300 Diagonal of square array A081297.

Original entry on oeis.org

1, 5, 55, 481, 10501, 117181, 3879331, 52751105, 2351234953, 37766866501, 2120129149711, 39311679607201, 2663716583547085, 56019878838007085, 4448878347069812251, 104660471059169187841, 9534251497305019644433
Offset: 0

Views

Author

Paul Barry, Mar 17 2003

Keywords

Crossrefs

Programs

  • Magma
    [((n+1)^(n+3)-(-n)^(n+3))/(2*n+1): n in [0..20]]; // Vincenzo Librandi, Aug 07 2013
  • Mathematica
    Table[((n + 1)^(n + 3) - (-n)^(n + 3)) / (2 n + 1), {n, 0, 20}] (* Vincenzo Librandi, Aug 07 2013 *)

Formula

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