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.

A061024 a(n) = (prime(n)!)^2.

Original entry on oeis.org

4, 36, 14400, 25401600, 1593350922240000, 38775788043632640000, 126513546505547170185216000000, 14797530453474819213543604224000000, 668326769467589022464821184293345689600000000, 78176755153939869305210274200729021751146846355456000000000000
Offset: 1

Views

Author

Jason Earls, May 25 2001

Keywords

Crossrefs

Programs

  • Mathematica
    (Prime[Range[10]]!)^2 (* Harvey P. Dale, Mar 22 2020 *)
  • PARI
    { n=0; forprime (p=2, prime(54), write("b061024.txt", n++, " ", p!*p!) ) } \\ Harry J. Smith, Jul 16 2009

Extensions

More terms from Dean Hickerson, Jun 08 2001
Offset corrected by Georg Fischer, Apr 04 2022