login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A067111 Floor[ Product of first n primes / Sum of first n primes]. 2
1, 1, 3, 12, 82, 732, 8801, 125970, 2230928, 50152660, 1253503063, 37668721496, 1278362451795, 46557869507722, 1874663971306376, 85535849021496180, 4369909886714119634, 234108545627558824317, 13835073153310329323730 (list; graph; refs; listen; history; internal format)
OFFSET

1,3

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,100

EXAMPLE

a(4) = floor[2*3*5*7/17] =floor[210/17] = 12.

MATHEMATICA

Table[ Floor[ Product[ Prime[i], {i, 1, n} ] / Sum[ Prime[i], {i, 1, n} ]], {n, 1, 22} ]

PROG

(PARI) { t=1; s=0; for (n=1, 100, p=prime(n); t*=p; s+=p; write("b067111.txt", n, " ", floor(t/s)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 23 2010]

CROSSREFS

Sequence in context: A207322 A188227 A023881 * A171186 A051549 A066780

Adjacent sequences:  A067108 A067109 A067110 * A067112 A067113 A067114

KEYWORD

easy,nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Jan 08 2002

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Jan 08 2002

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 21:13 EST 2012. Contains 206085 sequences.