|
| |
|
|
A066929
|
|
OMEGA(n)=floor(ln(n)).
|
|
1
| |
|
|
1, 3, 5, 7, 9, 10, 14, 15, 27, 28, 30, 42, 44, 45, 50, 52, 56, 60, 81, 84, 88, 90, 100, 104, 126, 132, 135, 136, 140, 162, 168, 176, 180, 200, 208, 243, 252, 264, 270, 272, 280, 300, 304, 312, 368, 378, 392, 396, 416, 486, 504, 528, 540, 544, 560, 600, 608, 624
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
LINKS
| Harry J. Smith, Table of n, a(n) for n=1,...,1000
|
|
|
EXAMPLE
| If n=300=2^2*3*5^2 floor(ln(300))=5=2+1+2 hence 300 is in the sequence
|
|
|
PROG
| (PARI) { n=0; for (m=1, 10^10, if (bigomega(m) == floor(log(m)), write("b066929.txt", n++, " ", m); if (n==1000, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 07 2010]
|
|
|
CROSSREFS
| Sequence in context: A187347 A187413 A091177 * A165249 A098160 A103701
Adjacent sequences: A066926 A066927 A066928 * A066930 A066931 A066932
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Benoit Cloitre (benoit7848c(AT)orange.fr), Jan 23 2002
|
| |
|
|