login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A066120 Superduperprimorials: product of first n terms in Chernoff sequence. 8
1, 2, 24, 8640, 653184000, 114069441024000000, 598216546007097937920000000000, 1601591599167888308924824752807936000000000000000 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

First number with n distinct positive triangular exponents. Subsequence of A025487. [From Matthew Vandermast (ghodges14(AT)comcast.net), Nov 05 2009]

LINKS

Harry J. Smith, Table of n, a(n) for n=0,...,17

FORMULA

a(n) = Product_{1< = i< = n}[prime(i)^((n-i+1)(n-i+2)/2)] = a(n-1)*A006939(n) = A066119(n-3, 4).

EXAMPLE

a(4) = 2*(2*(2*3))*(2*(2*3)*(2*3*5)) =2*(2*6)*(2*6*30) =2*12*360 =8640

PROG

(PARI) { for (n=0, 17, a=1; for(i=1, n, a*=prime(i)^((n - i + 1)*(n - i + 2)/2)); write("b066120.txt", n, " ", a) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Feb 01 2010]

CROSSREFS

Cf. A000040, A002110, A006939, A055462.

Sequence in context: A203465 A055462 A088600 * A152687 A062716 A137888

Adjacent sequences:  A066117 A066118 A066119 * A066121 A066122 A066123

KEYWORD

nonn

AUTHOR

Henry Bottomley (se16(AT)btinternet.com), Dec 05 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 20:03 EST 2012. Contains 205852 sequences.