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.

A087991 Number of non-palindromic divisors of n.

Original entry on oeis.org

0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 1, 0, 1, 2, 1, 2, 1, 2, 1, 3, 1, 2, 0, 2, 1, 3, 1, 2, 2, 3, 1, 3, 1, 0, 2, 2, 1, 4, 1, 3, 2, 3, 1, 3, 0, 3, 2, 2, 1, 6, 1, 2, 2, 3, 2, 0, 1, 3, 2, 4, 1, 5, 1, 2, 3, 3, 0, 4, 1, 5, 2, 2, 1, 6, 2, 2, 2, 0, 1, 6, 2, 3, 2, 2, 2, 6, 1, 3, 0, 5, 0, 4, 1, 4, 4
Offset: 1

Views

Author

Labos Elemer, Oct 08 2003

Keywords

Examples

			For n = 132: divisors = {1,2,3,4,6,11,12,22,33,44,66,132}, revdivisors = {1,2,3,4,6,11,21,22,33,44,66,231}, two of the 12 divisors of n are non-palindromic: {21,132}, so a(132) = 2.
		

Crossrefs

Programs

Formula

a(n) = A000005(n) - A087990(n).
Sum_{k=1..n} a(k) ~ n * (log(n) + c), where c = 2*A001620 - 1 - A118031 = -3.2158519... . - Amiram Eldar, Apr 17 2025