login
This site is supported by donations 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
1, 3, 34, 960, 49500, 3538080, 404020145, 73780761600, 15590323138443, 4627678068946516, 1712182437990539536, 709629581496779727567, 434911027744132649793916, 234745940945367262055489361 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

PROG

(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)", "))

CROSSREFS

Cf. A077143, A077145.

Sequence in context: A047794 A109521 A069718 * A101633 A054783 A102104

Adjacent sequences:  A077141 A077142 A077143 * A077145 A077146 A077147

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Oct 30 2002

EXTENSIONS

More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 24 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 04:58 EST 2012. Contains 205985 sequences.