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.

Showing 1-1 of 1 results.

A140222 A number j is included if (Sum_{k=1..j} d(k)) is prime, where d(k) is the number of divisors of k.

Original entry on oeis.org

2, 3, 9, 11, 13, 14, 28, 29, 31, 34, 35, 51, 54, 56, 61, 81, 83, 93, 94, 97, 98, 123, 124, 131, 140, 142, 171, 173, 177, 179, 180, 185, 187, 190, 191, 193, 195, 228, 230, 231, 233, 234, 248, 251, 290, 293, 294, 296, 297, 304, 309, 310, 315, 316, 320, 322, 373
Offset: 1

Views

Author

Leroy Quet, May 12 2008

Keywords

Comments

Sum_{k=1..j} d(k) = Sum_{k=1..j} floor(j/k) = A006218(j).

Examples

			9 is in the sequence because the number of divisors of 1,2,...,9 are 1,2,2,3,2,4,2,4,3, respectively, having as sum the prime number 23.
		

Crossrefs

Programs

Extensions

More terms from Emeric Deutsch, Jun 08 2008
Showing 1-1 of 1 results.