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.

A386967 Numbers that can be written in exactly three different ways as s_1^x_1 + ... + s_t^x_t, with 1 < s_1 < ... < s_t and {s_1,..., s_t} = {x_1,..., x_t} for some t > 0.

Original entry on oeis.org

23506, 23778, 41682, 50261, 53554, 76754, 78289, 92030, 96981, 99913, 101559, 105885, 109094, 114097, 117538, 125943, 132867, 133116, 135697, 143154, 150041, 158539, 160161, 197547, 198333, 204359, 225138, 225530, 265685, 269986, 277243, 280063, 286299, 291016, 295391, 306251, 312341, 313323
Offset: 1

Views

Author

Alberto Zanoni, Aug 12 2025

Keywords

Examples

			23506 = 2^9 + 4^7 + 7^2 + 9^4
      = 2^3 + 3^4 + 4^2 + 5^6 + 6^5
      = 2^4 + 3^8 + 4^5 + 5^6 + 6^3 + 8^2.
23778 = 2^11 + 3^8 + 4^2 + 8^3 + 11^4
      = 2^12 + 3^2 + 4^5 + 5^6 + 6^4 + 12^3
      = 2^10 + 3^8 + 4^6 + 5^3 + 6^5 + 8^4 + 10^2.
41682 = 2^3 + 3^9 + 4^7 + 5^5 + 7^4 + 9^2
      = 2^9 + 3^8 + 4^7 + 5^4 + 7^5 + 8^2 + 9^3
      = 2^14 + 3^8 + 4^6 + 5^2 + 6^5 + 8^4 + 14^3.
		

Crossrefs

Subsequence of A385969.