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.

A062961 Number of divisors of n!^n! (A046882).

Original entry on oeis.org

1, 1, 3, 49, 1825, 5285401, 2993246641, 5164747323361921, 37003141448637678721, 485526598340984090835841, 11097683374342583428355232001, 6485725972943960604540744581217509068801
Offset: 0

Views

Author

Jason Earls, Jul 22 2001

Keywords

Programs

  • PARI
    for(n=0,22,print(numdiv(n!^n!)))

Extensions

More terms from Vladeta Jovovic, Jul 26 2001