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!)
A077143 Floor[ product of next n primes /sum of next n primes]. 3
1, 1, 32, 2448, 477595, 172497380, 95614528147, 83140881147429, 108654322319421237, 182417905018755002030, 368053025250427620488738, 1203788517781390541953924706, 3772396790098755787608470015082 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
MAPLE
seq(floor(evalf(product(ithprime(i), i=n*(n-1)/2+1..n*(n+1)/2)/sum(ithprime(i), i=n*(n-1)/2+1..n*(n+1)/2), 1000)), n=1..20);
MATHEMATICA
With[{nn=15}, Floor[(Times@@#)/Total[#]]&/@TakeList[Prime[Range[(nn(nn+1))/ 2]], Range[nn]]] (* Requires Mathematica version 11 or later *) (* Harvey P. Dale, Jul 02 2018 *)
CROSSREFS
Sequence in context: A185968 A247999 A222742 * A198284 A230573 A111923
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Oct 30 2002
EXTENSIONS
More terms from Sascha Kurz, Jan 17 2003
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 13:41 EDT 2024. Contains 371957 sequences. (Running on oeis4.)