Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A123906
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A123906 a(n) = n-th integer from among those positive integers with at least n positive divisors. +0
1
1, 3, 8, 12, 24, 30, 54, 56, 100, 120, 144, 150, 288, 300, 324, 360, 560, 576, 756, 780, 990, 1020, 1050, 1056, 1980, 2040, 2100, 2184, 2352, 2376, 2808, 2856, 3900, 3960, 4032, 4080, 6000, 6048, 6120, 6160, 7980, 8064, 8400, 8568, 8580, 9000, 9072, 9120 (list; graph; listen)
OFFSET

1,2

EXAMPLE

The sequence of positive integers, each with 4 or more positive divisors, begins: 6,8,10,12,14,... The 4th of these is 12, so a(4) = 12.

MATHEMATICA

f[n_] := Block[{k = 0, c = n}, While[c > 0, k++; While[Length@Divisors[k] < n, k++ ]; c--; ]; k]; Table[f[n], {n, 50}] (*Chandler*)

CROSSREFS

Sequence in context: A022407 A007434 A128303 this_sequence A065970 A024463 A092954

Adjacent sequences: A123903 A123904 A123905 this_sequence A123907 A123908 A123909

KEYWORD

nonn

AUTHOR

Leroy Quet (q1qq2qqq3qqqq(AT)yahoo.com), Oct 28 2006

EXTENSIONS

Extended by Ray Chandler (rayjchandler(AT)sbcglobal.net), Nov 13 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 4 12:22 EST 2008. Contains 151280 sequences.


AT&T Labs Research