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

%I #11 Sep 08 2022 08:44:59

%S 1,6,180,37800,87318000,2622159540000,1338638666765400000,

%T 12984380089637682726000000,2896722619368127899492763620000000,

%U 18740906719713843949122453226304292600000000

%N Chernoff sequence A006939 divided by 2.

%H G. C. Greubel, <a href="/A051357/b051357.txt">Table of n, a(n) for n = 1..37</a>

%F a(n) = Product_{k=1..n} prime(k)^(n-k+1) / 2.

%t Table[Product[Prime[k]^(n - k + 1), {k, 1, n}]/2, {n, 1, 15}] (* _G. C. Greubel_, Oct 14 2018 *)

%o (PARI) for(n=1, 15, print1(prod(k=1,n, prime(k)^(n-k+1))/2, ", ")) \\ _G. C. Greubel_, Oct 14 2018

%o (Magma) [(&*[NthPrime(k)^(n-k+1): k in [1..n]])/2: n in [1..15]]; // _G. C. Greubel_, Oct 14 2018

%K easy,nonn

%O 1,2

%A _Judson Neer_

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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)