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.

A294890 Number of divisors of n that are primitively abundant (A091191).

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 1, 0, 0, 0, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 3
Offset: 1

Views

Author

Antti Karttunen, Nov 14 2017

Keywords

Comments

Records occur at 1, 12, 36, 60, 180, 420, 840, 2520, 7560, 9240, 24024, 60060, ... and they are 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 13, ... Ten occurs for the first time as a(40040) = 10.

Examples

			Divisors of 24 are 1, 2, 3, 4, 6, 8, 12, 24. Only 12 is in A091191, thus a(24) = 1.
Divisors of 36 are 1, 2, 3, 4, 6, 9, 12, 18, 36. Of these 12 and 18 are found in A091191, thus a(36) = 2.
		

Crossrefs

Programs

Formula

a(n) = Sum_{d|n} A294930(d).