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.

A083069 Main diagonal of number array A083064.

Original entry on oeis.org

1, 2, 11, 94, 1037, 14006, 224695, 4185098, 88888889, 2122152922, 56288512931, 1642813694534, 52332842192581, 1807181134905134, 67253754435399407, 2683521610790452306, 114296029267382825201, 5175920921241202064498
Offset: 0

Views

Author

Paul Barry, Apr 21 2003

Keywords

Crossrefs

Programs

  • Mathematica
    Table[(n (n + 2)^n + 1) / (n + 1), {n, 0, 20}] (* Vincenzo Librandi, Jun 21 2013 *)

Formula

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