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!)
A051357 Chernoff sequence A006939 divided by 2. 2
1, 6, 180, 37800, 87318000, 2622159540000, 1338638666765400000, 12984380089637682726000000, 2896722619368127899492763620000000, 18740906719713843949122453226304292600000000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = Product_{k=1..n} prime(k)^(n-k+1) / 2.
MATHEMATICA
Table[Product[Prime[k]^(n - k + 1), {k, 1, n}]/2, {n, 1, 15}] (* G. C. Greubel, Oct 14 2018 *)
PROG
(PARI) for(n=1, 15, print1(prod(k=1, n, prime(k)^(n-k+1))/2, ", ")) \\ G. C. Greubel, Oct 14 2018
(Magma) [(&*[NthPrime(k)^(n-k+1): k in [1..n]])/2: n in [1..15]]; // G. C. Greubel, Oct 14 2018
CROSSREFS
Sequence in context: A176730 A362174 A225776 * A251671 A064120 A041429
KEYWORD
easy,nonn
AUTHOR
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)