[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
login
Revision History for A123389 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Ratio of each term of the primorial function to the corresponding term of the factorial function (rounded to nearest integer).
(history; published version)
#10 by Charles R Greathouse IV at Sun Feb 16 08:33:03 EST 2025
LINKS

Eric Weisstein's World of Mathematics, <a href="httphttps://mathworld.wolfram.com/PrimeProducts.html">Prime Products</a>

Discussion
Sun Feb 16
08:33
OEIS Server: https://oeis.org/edit/global/3014
#9 by Harvey P. Dale at Sat Apr 06 13:59:22 EDT 2019
STATUS

editing

approved

#8 by Harvey P. Dale at Sat Apr 06 13:59:18 EDT 2019
MATHEMATICA

With[{nn=30}, Round[#[[1]]/#[[2]]]&/@Thread[{FoldList[Times, Prime[ Range[ nn]]], Range[nn]!}]] (* Harvey P. Dale, Apr 06 2019 *)

STATUS

approved

editing

#7 by Susanna Cuyler at Thu Oct 26 14:36:06 EDT 2017
STATUS

proposed

approved

#6 by Michel Marcus at Thu Oct 26 01:31:35 EDT 2017
STATUS

editing

proposed

#5 by Michel Marcus at Thu Oct 26 01:31:24 EDT 2017
FORMULA

a(n) = round((Product(Prime(k),_{k=1,..n} prime(k))/Factorialfactorial(n)).

EXAMPLE

a(5)= round((2*3*5*7*11)/(1*2*3*4*5)) = round(2310/120) = round(19.25) = 19.

CROSSREFS
STATUS

proposed

editing

#4 by G. C. Greubel at Thu Oct 26 00:58:20 EDT 2017
STATUS

editing

proposed

#3 by G. C. Greubel at Thu Oct 26 00:58:11 EDT 2017
DATA

2, 3, 5, 9, 19, 42, 101, 241, 615, 1783, 5024, 15492, 48860, 150069, 470216, 1557591, 5405759, 18319515, 64600395, 229331403, 797199638, 2862671427, 10330509932, 38308974332, 148638820408, 577404648509, 2202691807275, 8417429406373, 31637924320505, 119169514940569

LINKS

G. C. Greubel, <a href="/A123389/b123389.txt">Table of n, a(n) for n = 1..1000</a>

MATHEMATICA

Table[Round[Product[Prime[k], {k, 1, n}]/n!], {n, 1, 50}] (* G. C. Greubel, Oct 25 2017 *)

PROG

(PARI) for(n=1, 50, print1(round(prod(k=1, n, prime(k))/n!), ", ")) \\ G. C. Greubel, Oct 25 2017

EXTENSIONS

Terms a(18) onward added by G. C. Greubel, Oct 25 2017

STATUS

approved

editing

#2 by N. J. A. Sloane at Sun Jun 29 03:00:00 EDT 2008
LINKS

Eric Weisstein, Eric W. 's World of Mathematics, <a href="http://mathworld.wolfram.com/PrimeProducts.html">Prime Products</a>

KEYWORD

easy,nonn,new

#1 by N. J. A. Sloane at Wed Dec 06 03:00:00 EST 2006
NAME

Ratio of each term of the primorial function to the corresponding term of the factorial function (rounded to nearest integer).

DATA

2, 3, 5, 9, 19, 42, 101, 241, 615, 1783, 5024, 15492, 48860, 150069, 470216, 1557591, 5405759

OFFSET

1,1

COMMENTS

Shows how the primorial function grows in comparison to the factorial function.

LINKS

Weisstein, Eric W. <a href="http://mathworld.wolfram.com/PrimeProducts.html">Prime Products</a>

FORMULA

a(n) = round(Product(Prime(k),k=1,n)/Factorial(n))

EXAMPLE

a(5)= round((2*3*5*7*11)/(1*2*3*4*5)) = round(2310/120) = round(19.25) = 19

CROSSREFS

Cf. A002110.

KEYWORD

easy,nonn

AUTHOR

Mitch Cervinka (puritan(AT)toast.net), Oct 13 2006

STATUS

approved