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!)
A228593 Products of 2 successive primorials. 4

%I #25 Aug 12 2023 00:17:11

%S 2,12,180,6300,485100,69369300,15330615300,4951788741900,

%T 2163931680210300,1443342430700270100,1297564845199542819900,

%U 1488306877443875614425300,2257761533082359307083180100,3980433582824199458387646516300

%N Products of 2 successive primorials.

%C No sum of any number of terms is a perfect power.

%H Michael De Vlieger, <a href="/A228593/b228593.txt">Table of n, a(n) for n = 1..196</a>

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Perfect_power">Perfect power</a>.

%F a(1) = 2; a(n) = 2*(Product_{i=1..n-1} A006094(i)), n >= 2.

%F a(n) = A002110(n-1)*A002110(n); n >= 1. - _David James Sycamore_, Jul 13 2023

%F a(1) = 2, for n>1 a(n) = a(n-1)*prime(n-1)*prime(n). - _David James Sycamore_, Jul 15 2023

%t nxt[{n_,a_}]:={n+1,a Prime[n]Prime[n+1]}; NestList[nxt,{1,2},20][[All,2]] (* _Harvey P. Dale_, Feb 19 2020 *)

%o (Magma) [n le 1 select 2 else Self(n-1)*NthPrime(n-1)*NthPrime(n): n in [1..14]]

%o (PARI) a(n) = vecprod(primes(n-1))*vecprod(primes(n)); \\ _Michel Marcus_, Aug 11 2023

%Y Cf. A000040, A001597, A006094, A002110.

%K easy,nonn

%O 1,1

%A _Arkadiusz Wesolowski_, Aug 27 2013

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 08:11 EDT 2024. Contains 371905 sequences. (Running on oeis4.)