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.

User: Pratik Jain

Pratik Jain's wiki page.

Pratik Jain has authored 1 sequences.

A213065 a(n) = n^n! - n!^n.

Original entry on oeis.org

-1, 0, 0, 513, 281474976378880, 752316384526264005099991383822237233803945956334136013765601092018187046026142190625
Offset: 0

Author

Pratik Jain, Jun 04 2012

Keywords

Comments

a(6) has 561 digits: 1.8573779... * 10^560.

Crossrefs

Programs

  • Mathematica
    Table[n^n! - n!^n, {n, 0, 4}] (* T. D. Noe, Jun 04 2012 *)
  • PARI
    a(n) = n^n! - n!^n \\ Stefano Spezia, Aug 02 2025

Extensions

a(5) from Stefano Spezia, Aug 02 2025