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.

A083082 First subdiagonal of number array A083075.

Original entry on oeis.org

1, 5, 61, 1065, 23801, 650893, 21120373, 794552657, 34040573425, 1637411510421, 87420145670573, 5131440522974329, 328542298690792681, 22789709877615373085, 1702810951672313083621, 136361486383932674632353
Offset: 0

Views

Author

Paul Barry, Apr 23 2003

Keywords

Crossrefs

Programs

  • Magma
    [((n+1)*(2*n+5)^n+1)/(n+2): n in [0..20]]; // Vincenzo Librandi, Nov 12 2011
  • Mathematica
    Table[((n+1)(2n+5)^n+1)/(n+2),{n,0,20}] (* Harvey P. Dale, Oct 06 2019 *)

Formula

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

A083084 A diagonal of number array A083075.

Original entry on oeis.org

1, 9, 141, 2893, 73081, 2200977, 77189509, 3095295861, 139872233073, 7039013063065, 390656716635901, 23714578436644509, 1563646420268423401, 111315499088924632353, 8511391223995285616373, 695805743909499121660357
Offset: 0

Views

Author

Paul Barry, Apr 23 2003

Keywords

Crossrefs

Programs

Formula

a(n) = ((n+3)*(2n+9)^n + 1)/(n+4).
Showing 1-2 of 2 results.