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.

A111454 a(n) = (n-4)^(n-3) - (n-3)^(n-4) + 1.

Original entry on oeis.org

0, 0, 0, 18, 400, 7850, 162288, 3667650, 91171008, 2486784402, 74062575400, 2395420006034, 83695120256592, 3143661612445146, 126375169532421600, 5415486851106043650, 246486713303685957376
Offset: 4

Views

Author

Robert J. Reid (greencroft57(AT)yahoo.co.uk), Nov 14 2005

Keywords

Crossrefs

Cf. A007925.

Programs

  • Mathematica
    Table[(n-4)^(n-3)-(n-3)^(n-4)+1,{n,4,20}] (* Harvey P. Dale, Oct 05 2019 *)

Formula

a(n) = A007925(n-4) + 1. - Mathew Englander, Aug 14 2020

Extensions

More terms from R. J. Mathar, Feb 26 2008