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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A076978 Largest squarefree number that divides the product of composite numbers between successive primes. 1
1, 2, 6, 30, 6, 210, 6, 2310, 2730, 30, 39270, 7410, 42, 7590, 46410, 1272810, 30, 930930, 82110, 6, 21111090, 1230, 48969690, 1738215570, 2310, 102, 144690, 6, 85470, 29594505363092670, 16770, 49990710, 138 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(35)=30, a(36)=300690390, a(37)=20223210, a(38)=1122990, a(39)=37916970, a(40)=351764490, a(41)=30, a(43)=6, a(44)=264810, a(45)=66; a(34) and a(42) are presently unknown. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 28 2006

Apparently a duplicate of A074168. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Sep 20 2008]

EXAMPLE

a(5)=6 because 12 is the only composite number between the 5th and the 6th primes (11 and 13) and largest squarefree divisor of 12 is 6.

MAPLE

with(numtheory): b:=proc(j) if issqrfree(j) then j else fi end: a:=proc(n) local B, BB: B:=divisors(product(i, i=ithprime(n)+1..ithprime(n+1)-1)): BB:=(seq(b(B[j]), j=1..nops(B))): max(BB); end: seq(a(n), n=1..33); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 28 2006

CROSSREFS

Sequence in context: A088957 A030538 A181812 * A079615 A074168 A117213

Adjacent sequences:  A076975 A076976 A076977 * A076979 A076980 A076981

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Emeric Deutsch (deutsch(AT)duke.poly.edu), Jul 28 2006

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 15 04:59 EST 2012. Contains 205694 sequences.