|
Search: id:A068210
|
|
|
| A068210 |
|
n-th prime's factorial raised to n-th prime power. |
|
+0 2
|
|
| 4, 216, 24883200000, 82606411253903523840000000, 40993301655492432818244093590316491893254753014672429345144832000000000000000000\ 0000
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
a(5) through a(10) have this many decimal digits: 84, 128, 248, 325, 516 and 898, respectively.
|
|
FORMULA
|
a(n) = (prime(n))!^prime(n).
|
|
EXAMPLE
|
a(3) = 24883200000 because the 3rd prime is 5 and 5!^5 = 120^5 = 24883200000.
|
|
PROGRAM
|
(PARI) for(n=1, 5, print1(prime(n)!^prime(n), ", "))
|
|
CROSSREFS
|
Sequence in context: A036740 A038786 A072694 this_sequence A078693 A025420 A052209
Adjacent sequences: A068207 A068208 A068209 this_sequence A068211 A068212 A068213
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Rick L. Shepherd (rshepherd2(AT)hotmail.com), Mar 24 2002
|
|
|
Search completed in 0.002 seconds
|