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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093451 Number of distinct prime divisors of Product(k, k=1+(n-1)n/2..n(n+1)/2) (i.e. of 1, 2*3, 4*5*6, 7*8*9*10, ...). 2
0, 2, 3, 4, 6, 6, 7, 8, 10, 10, 11, 13, 13, 14, 16, 15, 18, 17, 20, 19, 22, 21, 22, 24, 24, 26, 26, 27, 30, 28, 30, 31, 32, 33, 33, 36, 35, 36, 38, 39, 39, 39, 43, 41, 43, 44, 44, 47, 45, 49, 48, 48, 52, 49, 53, 53, 54, 54, 55, 58, 55, 60, 59, 59, 62, 60, 65, 64, 64, 65, 66, 68 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

EXAMPLE

a(7) = 7 as the prime divisors of the product 22*23*24*25*26*27*28 are 2,3,5,7,11,13 and 23.

MAPLE

with(numtheory): a:=n->nops(factorset(product(k, k=1+n*(n-1)/2..n*(n+1)/2))): seq(a(n), n=1..80); (Deutsch)

CROSSREFS

Sequence in context: A075527 A154257 A060019 * A106006 A050460 A175808

Adjacent sequences:  A093448 A093449 A093450 * A093452 A093453 A093454

KEYWORD

nonn

AUTHOR

Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Apr 03 2004

EXTENSIONS

Corrected and extended by Emeric Deutsch (deutsch(AT)duke.poly.edu), Feb 05 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 14:57 EST 2012. Contains 205823 sequences.