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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A025558 ((n-1)/n)*LCM{1,2,...,n}. 4
1, 4, 9, 48, 50, 360, 735, 2240, 2268, 25200, 25410, 332640, 334620, 336336, 675675, 11531520, 11571560, 220540320, 221152932, 221707200, 222211080, 5121436320, 5131136010, 25700298624, 25741485000, 77338861600, 77445096300, 2248776129600 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

a(n) = (1/1 + 1/3 + 1/6 + ... + 1/C(n+1,2))*lcm(1,3,6,...,binomial(n+1,2)) = 2n/(n+1) * lcm(1,3,6,...,binomial(n+1,2)).

a(n+1) = a(n) * ((n+1)^2)/(n * ((n+2)/p) ), where p = n+2 if n+2 is prime, p = q if n+2 = q^k (q is prime, k>1), or p = 1 if n+2 is not a prime or a prime power. - Scott C. Macfarlan (scottmacfarlan(AT)covance.com), Jan 08 2004

MATHEMATICA

Table[(n-1)/n LCM@@Range[n], {n, 30}]  (* From Harvey P. Dale, Apr 02 2011 *)

CROSSREFS

a(n) = n*A002944(n) = ((n-1)/n)*A003418(n).

Sequence in context: A197970 A048892 A108849 * A103933 A013495 A164839

Adjacent sequences:  A025555 A025556 A025557 * A025559 A025560 A025561

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

EXTENSIONS

Entry revised by N. J. A. Sloane (njas(AT)research.att.com), Nov 12 2004

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 14 11:32 EST 2012. Contains 205623 sequences.