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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161661 a(1)=1. a(n) = smallest multiple of {number of divisors of a(n-1)} that is >= n. 1
1, 2, 4, 6, 8, 8, 8, 8, 12, 12, 12, 12, 18, 18, 18, 18, 18, 18, 24, 24, 24, 24, 24, 24, 32, 30, 32, 30, 32, 30, 32, 36, 36, 36, 36, 36, 45, 42, 40, 40, 48, 50, 48, 50, 48, 50, 48, 50, 54, 56, 56, 56, 56, 56, 56, 56, 64, 63, 60, 60, 72, 72, 72 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

MATHEMATICA

t = {1}; Do[d = DivisorSigma[0, t[[-1]]]; AppendTo[t, d*Ceiling[n/d]], {n, 2, 100}]; t (* T. D. Noe, Mar 23 2011 *)

CROSSREFS

Cf. A161660.

Sequence in context: A077988 A166880 A079088 * A115158 A107634 A060659

Adjacent sequences:  A161658 A161659 A161660 * A161662 A161663 A161664

KEYWORD

nonn

AUTHOR

Leroy Quet, Jun 15 2009

EXTENSIONS

More terms from Sean A. Irvine (sairvin(AT)xtra.co.nz), Mar 23 2011

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 06:58 EST 2012. Contains 205577 sequences.