(Translated by https://www.hiragana.jp/)
The On-Line Encyclopedia of Integer Sequences (OEIS)
login

Revision History for A227731

(Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Doubly 3-densely divisible numbers.
(history; published version)
#9 by Joerg Arndt at Sun Nov 30 13:25:22 EST 2014
STATUS

proposed

approved

#8 by Jon E. Schoenfield at Sun Nov 30 13:06:29 EST 2014
STATUS

editing

proposed

#7 by Jon E. Schoenfield at Sun Nov 30 13:06:26 EST 2014
LINKS

Terrence Terence Tao, <a href="http://terrytao.wordpress.com/2013/07/07/the-distribution-of-primes-in-doubly-densely-divisible-moduli/">The distribution of primes in doubly densely divisible moduli</a>

STATUS

approved

editing

#6 by Bruno Berselli at Wed Jul 24 03:57:45 EDT 2013
STATUS

reviewed

approved

#5 by Joerg Arndt at Wed Jul 24 03:53:28 EDT 2013
STATUS

proposed

reviewed

#4 by Charles R Greathouse IV at Wed Jul 24 00:35:19 EDT 2013
STATUS

editing

proposed

#3 by Charles R Greathouse IV at Wed Jul 24 00:35:12 EDT 2013
LINKS

Terrence Tao, <a href="http://terrytao.wordpress.com/2013/07/07/the-distribution-of-primes-in-doubly-densely-divisible-moduli/">The distribution of primes in doubly densely divisible moduli</a>

Terrence Tao, <a href="http://terrytao.wordpress.com/2013/07/07/the-distribution-of-primes-in-doubly-densely-divisible-moduli/">The distribution of primes in doubly densely divisible moduli</a>

#2 by Charles R Greathouse IV at Tue Jul 23 23:06:26 EDT 2013
NAME

allocated for Charles R Greathouse IV

Doubly 3-densely divisible numbers.

DATA

1, 2, 3, 4, 6, 8, 9, 12, 16, 18, 20, 24, 27, 30, 32, 36, 40, 45, 48, 54, 60, 63, 64, 72, 80, 81, 84, 90, 96, 100, 108, 112, 120, 126, 128, 135, 140, 144, 150, 160, 162, 168, 176, 180, 189, 192, 200, 210, 216, 220, 224, 225, 240, 243, 252, 256, 264, 270, 280, 288, 300, 315

OFFSET

1,2

COMMENTS

Numbers n such that for each d | n, there is some 3-densely divisible (A196149) number d' such that d/3 < d' <= d.

LINKS

Terrence Tao, <a href="http://terrytao.wordpress.com/2013/07/07/the-distribution-of-primes-in-doubly-densely-divisible-moduli/">The distribution of primes in doubly densely divisible moduli</a>

Charles R Greathouse IV, <a href="/A227731/b227731.txt">Table of n, a(n) for n = 1..10000</a>

PROG

(PARI) dense(n, k)=my(d=divisors(n)); for(i=2, #d, if(d[i]>k*d[i-1], return(0))); 1

is(n)=my(d=select(k->dense(k, 3), divisors(n))); if(!#d||3*d[#d]<n, return(0)); for(i=2, #d, if(d[i]>3*d[i-1], return(0))); 1

CROSSREFS
KEYWORD

allocated

nonn

AUTHOR
STATUS

approved

editing

#1 by Charles R Greathouse IV at Tue Jul 23 22:47:58 EDT 2013
NAME

allocated for Charles R Greathouse IV

KEYWORD

allocated

STATUS

approved