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.

A372488 The smallest nonpalindromic number that shares n or more distinct prime factors with the prime factors of its reverse.

Original entry on oeis.org

10, 12, 24, 264, 8580, 24024, 2168166, 67897830, 2448684420
Offset: 0

Views

Author

Scott R. Shannon, May 02 2024

Keywords

Comments

When a number is reversed any leading 0's are dropped; the resulting number may be palindromic.

Examples

			a(3) = 264 as 264 = 2^3 * 3 * 11 and 264 in reverse is 462 = 2 * 3 * 7 * 11, which share three prime factors 2, 3, and 11.
		

Crossrefs