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.

A081302 Subdiagonal of square array A081297.

Original entry on oeis.org

1, 1, 21, 61, 1891, 9633, 404713, 2997541, 159902271, 1564345201, 101406750589, 1236882490845, 94479649710811, 1382731226210881, 121677107761110993, 2079381120597925237, 207197254527662127511, 4051708966720224576081
Offset: 0

Views

Author

Paul Barry, Mar 17 2003

Keywords

Crossrefs

Programs

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

Formula

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