cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A386570 The number of solutions x to d(x) = d(x+1) below 10^n, where d(x) is the number of divisors function (A000005).

Original entry on oeis.org

1, 15, 118, 1119, 10585, 102093, 986262, 9593611, 93752493, 918726697, 9024991249
Offset: 1

Views

Author

Amiram Eldar, Jul 26 2025

Keywords

Examples

			Below 10 there is one solution, x = 2, hence a(1) = 1.
Below 10^2 there are 15 solutions, x = 2, 14, 21, 26, 33, 34, 38, 44, 57, 75, 85, 86, 93, 94, 98, hence a(2) = 15.
		

Crossrefs

Similar sequences: A300285, A317474.

Programs

Formula

a(n) = A074802(10^n).