|
|
A074802
|
|
Number of numbers k <= n such that tau(k) = tau(k+1) where tau(x) = A000005(x) is the number of divisors of x.
|
|
0
|
|
|
0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 5, 6, 6, 6, 6, 7, 7, 7, 7, 7, 7, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 10, 10, 10, 10, 10, 10, 10, 10, 10, 10, 11, 12, 12, 12, 12, 12, 12, 12, 13, 14
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
1,14
|
|
LINKS
|
|
|
FORMULA
|
Is a(n) asymptotic to c*n with c=0.1......?
|
|
MATHEMATICA
|
Accumulate[If[#[[1]]==#[[2]], 1, 0]&/@Partition[DivisorSigma[ 0, Range[ 100]], 2, 1]] (* Harvey P. Dale, Jan 27 2021 *)
|
|
PROG
|
(PARI) a(n)=sum(i=1, n, if(numdiv(i)-numdiv(i+1), 0, 1))
|
|
CROSSREFS
|
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
|
|
STATUS
|
approved
|
|
|
|