login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A072694 (p(n)#)^p(n), or n-th primorial raised to n-th prime power. 1
4, 216, 24300000, 18010885410000000, 9993825885714653185036703100000000000, 16151740133123735772971793020980457559217933230000000000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(7) through a(10) have 98, 133, 193 and 285 digits, respectively.
LINKS
FORMULA
a(n) = (p(n)#)^p(n), where p(n) is n-th prime and # denotes primorial (A002110).
EXAMPLE
a(3) = 24300000 because (p(3)#)^p(3) = (5*3*2)^5 = 30^5 = 24300000.
MATHEMATICA
With[{nn=6}, First[#]^Last[#]&/@Thread[{Rest[FoldList[Times, 1, Prime[ Range[nn]]]], Prime[Range[nn]]}]] (* Harvey P. Dale, Mar 16 2012 *)
PROG
(PARI) for(n=1, 6, print1((prod(k=1, n, prime(k)))^prime(n), ", "))
CROSSREFS
Cf. A002110 (primorials), A068210 ((p(n)!)^p(n)).
Sequence in context: A036740 A038786 A268362 * A248099 A068210 A078693
KEYWORD
easy,nonn
AUTHOR
Rick L. Shepherd, Jul 03 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 13:04 EDT 2024. Contains 371913 sequences. (Running on oeis4.)