login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093453 1/1, 2*3/lcm(2,3), 4*5*6/lcm(4,5,6), 7*8*9*10/lcm(7,8,9,10), ... 0
1, 1, 2, 2, 6, 24, 48, 720, 720, 1440, 241920, 120960, 3628800, 14515200, 87091200, 958003200, 261273600, 2615348736000, 804722688000, 125536739328000, 2414168064000, 753220435968000, 256094948229120000, 22596613079040000, 102181884343418880000 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = (Product_{j=n*(n-1)/2+1..n*(n+1)/2} j) / lcm(n*(n-1)/2+1, n*(n-1)/2+2, ..., n*(n+1)/2). - Jon E. Schoenfield, Mar 17 2018
a(n) = A057003(n)/A061431(n). - Michel Marcus, Apr 12 2018
EXAMPLE
a(5) = 6 = (11*12*13*14*15)/lcm(11,12,13,14,15) = 360360/60060.
MAPLE
a:=n->product(j, j=n*(n-1)/2+1..n*(n+1)/2)/lcm(seq(j, j=n*(n-1)/2+1..n*(n+1)/2)): seq(a(n), n=1..27); # Emeric Deutsch, Aug 07 2005
CROSSREFS
Sequence in context: A076741 A320603 A276409 * A301381 A342282 A253093
KEYWORD
nonn
AUTHOR
Amarnath Murthy, Apr 03 2004
EXTENSIONS
More terms from Emeric Deutsch, Aug 07 2005
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 17:42 EDT 2024. Contains 371254 sequences. (Running on oeis4.)