[go: up one dir, main page]

login
Revision History for A181812 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Range of values of A181811, in order of first appearance: a(n) = A181811(2n-1).
(history; published version)
#8 by N. J. A. Sloane at Mon May 15 19:56:05 EDT 2017
STATUS

proposed

approved

#7 by Indranil Ghosh at Mon May 15 14:11:04 EDT 2017
STATUS

editing

proposed

#6 by Indranil Ghosh at Mon May 15 14:10:13 EDT 2017
PROG

return 1 if n==1 else (reduce(mul, [P(i)**f[i] for i in f]))/n

#5 by Indranil Ghosh at Mon May 15 14:09:55 EDT 2017
LINKS

Indranil Ghosh, <a href="/A181812/b181812.txt">Table of n, a(n) for n = 1..1000</a>

PROG

(Python)

from sympy import primerange, factorint

from operator import mul

def P(n): return reduce(mul, [i for i in primerange(2, n + 1)])

def a181811(n):

f = factorint(n)

return 1 if n==1 else (reduce(mul, [P(i)**f[i] for i in f]))/n

def a(n): return a181811(2*n - 1) # Indranil Ghosh, May 15 2017

STATUS

approved

editing

#4 by Russ Cox at Fri Mar 30 17:27:19 EDT 2012
AUTHOR

_Matthew Vandermast (ghodges14(AT)comcast.net), _, Nov 30 2010

Discussion
Fri Mar 30
17:27
OEIS Server: https://oeis.org/edit/global/142
#3 by T. D. Noe at Tue Nov 30 23:34:38 EST 2010
STATUS

proposed

approved

#2 by Matthew Vandermast at Tue Nov 30 22:22:48 EST 2010
NAME

allocated for Matthew VandermastRange of values of A181811, in order of first appearance: a(n) = A181811(2n-1).

DATA

1, 2, 6, 30, 4, 210, 2310, 12, 30030, 510510, 60, 9699690, 36, 8, 223092870, 6469693230, 420, 180, 200560490130, 4620, 7420738134810, 304250263527210, 24, 13082761331670030, 900, 60060, 614889782588491410, 1260, 1021020, 32589158477190044730

OFFSET

1,2

COMMENTS

a(n)=smallest integer that, upon multiplying any divisor of the n-th odd positive integer (A005408(n)), produces a member of A025487.

A permutation of the members of A025487.

FORMULA

If 2n-1 = Product p(i)^e(i), then a(n) = Product A002110(i-1)^e(i). I.e., a(n)= A181811(A005408(n)).

EXAMPLE

For any divisor d of 15 (d = 1, 3, 5, 15), 12d (12, 36, 60, 180) is always a member of A025487. 12 is the smallest integer with this relationship to 15; therefore, since 15 = A005408(8), a(8)=12.

KEYWORD

allocated

nonn

AUTHOR

Matthew Vandermast (ghodges14(AT)comcast.net), Nov 30 2010

STATUS

approved

proposed

#1 by Matthew Vandermast at Sat Nov 13 14:07:27 EST 2010
NAME

allocated for Matthew Vandermast

KEYWORD

allocated

STATUS

approved