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.

This page as a plain text file.
%I A061024 #30 Jun 22 2023 17:10:12
%S A061024 4,36,14400,25401600,1593350922240000,38775788043632640000,
%T A061024 126513546505547170185216000000,14797530453474819213543604224000000,
%U A061024 668326769467589022464821184293345689600000000,78176755153939869305210274200729021751146846355456000000000000
%N A061024 a(n) = (prime(n)!)^2.
%H A061024 Harry J. Smith, <a href="/A061024/b061024.txt">Table of n, a(n) for n = 1..54</a> [Offset adapted by _Georg Fischer_, Jul 11 2022]
%t A061024 (Prime[Range[10]]!)^2 (* _Harvey P. Dale_, Mar 22 2020 *)
%o A061024 (PARI) { n=0; forprime (p=2, prime(54), write("b061024.txt", n++, " ", p!*p!) ) } \\ _Harry J. Smith_, Jul 16 2009
%Y A061024 Cf. A000040, A039716.
%K A061024 nonn
%O A061024 1,1
%A A061024 _Jason Earls_, May 25 2001
%E A061024 More terms from _Dean Hickerson_, Jun 08 2001
%E A061024 Offset corrected by _Georg Fischer_, Apr 04 2022