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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A057643 Least common multiple of all (k+1)'s, where the k's are the positive divisors of n. 7
2, 6, 4, 30, 6, 84, 8, 90, 20, 66, 12, 5460, 14, 120, 48, 1530, 18, 7980, 20, 2310, 88, 276, 24, 81900, 78, 378, 140, 3480, 30, 114576, 32, 16830, 204, 630, 72, 3838380, 38, 780, 280, 284130, 42, 397320, 44, 4140, 5520, 1128, 48, 9746100, 200, 14586, 468 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Carl R. White, Table of n, a(n) for n = 1..10000

EXAMPLE

Since the positive divisors of 6 are 1, 2, 3 and 6, a(6) = LCM(1+1,2+1,3+1,6+1) = LCM(2,3,4,7) = 84.

PROG

(PARI) a(n)=lcm(apply(d->d+1, divisors(n))) \\ Charles R Greathouse IV, Feb 14 2013

CROSSREFS

Cf. A119250.

Sequence in context: A039656 A006233 A164020 * A073039 A064538 A002790

Adjacent sequences:  A057640 A057641 A057642 * A057644 A057645 A057646

KEYWORD

nonn

AUTHOR

Leroy Quet Oct 11 2000

STATUS

approved

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 May 19 22:13 EDT 2013. Contains 225436 sequences.