Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A160691

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

Showing entries 1-10 | older changes
a(n) = the number of divisors of A160689(n) = the number of divisors of A160690(n).
(history; published version)
#21 by Bruno Berselli at Tue Sep 05 06:10:26 EDT 2017
STATUS

reviewed

approved

#20 by Joerg Arndt at Tue Sep 05 06:09:26 EDT 2017
STATUS

proposed

reviewed

#19 by Michel Marcus at Tue Sep 05 05:30:12 EDT 2017
STATUS

editing

proposed

#18 by Michel Marcus at Tue Sep 05 05:29:51 EDT 2017
COMMENTS

a(n)=10 for n=271532 and n=424519 (up to 5*10^5). - Michel Marcus, Sep 05 2017

#17 by Michel Marcus at Tue Sep 05 04:54:15 EDT 2017
LINKS

Michel Marcus, <a href="/A160691/b160691.txt">Table of n, a(n) for n = 1..5000</a>

#16 by Michel Marcus at Tue Sep 05 04:50:20 EDT 2017
COMMENTS

Also n=2 is the only number integer (less than 200000) such that a(n) = a(n+1) = a(n+2) = 2.

PROG

(PARI) lista(nn) = {k = 1; print1(numdiv(k), ", "); last = k; for (n=2, nn, k = last+1; while(numdiv(k) != numdiv(k - last), k++); print1(numdiv(k), ", "); s += k; last = k; ); } \\ Michel Marcus, Sep 05 2017

#15 by Michel Marcus at Tue Sep 05 04:48:51 EDT 2017
COMMENTS

For one number n, A160691a(n)=1.

For 13 numbers n, A160691a(n)=12 (see the sequence A158963).

For 4785 numbers n, A160691a(n)=6.

For 6706 numbers n, A160691a(n)=8.

For 26790 numbers n, A160691a(n)=2.

For 161705 numbers n, A160691a(n)=4.

Also n=2 is the only number n integer (less than 200000) such that a(n) = a(n+1) = a(n+2) = 2.

and And for the 53 consecutive numbers 64833, 64834, ..., 64885 we have a(n)=4. (End)

STATUS

approved

editing

#14 by N. J. A. Sloane at Wed Aug 30 12:16:18 EDT 2017
STATUS

proposed

approved

#13 by Michel Marcus at Wed Aug 30 01:32:29 EDT 2017
STATUS

editing

proposed

#12 by Michel Marcus at Wed Aug 30 01:32:25 EDT 2017
COMMENTS

Contribution from _From _Farideh Firoozbakht_, May 28 2009: (Start)

STATUS

proposed

editing