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!)
A077144 Floor[ product of next n composite numbers / sum of next n composite numbers]. 2

%I #4 Dec 05 2013 19:55:49

%S 1,3,34,960,49500,3538080,404020145,73780761600,15590323138443,

%T 4627678068946516,1712182437990539536,709629581496779727567,

%U 434911027744132649793916,234745940945367262055489361

%N Floor[ product of next n composite numbers / sum of next n composite numbers].

%o (PARI) k=3:for(n=1,20,p=1:s=0:for(i=1,n, while(isprime(k),k=k+1):p=p*k:s=s+k:k=k+1):print1(floor(p/s)","))

%Y Cf. A077143, A077145.

%K nonn

%O 1,2

%A _Amarnath Murthy_, Oct 30 2002

%E More terms from _Ralf Stephan_, Mar 24 2003

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 August 20 03:42 EDT 2024. Contains 375310 sequences. (Running on oeis4.)