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.

A378515 Smallest n-digit number whose digits can be divided into an even number of substrings s_i (where i <= n) such that the sum of s_j^s_k (where j <= n and k <= n), with each substring used only once, equals the number k itself, or -1 if no such number exists.

Original entry on oeis.org

25, -1, 4096, 15626, 117650, 1015626, 10077696, 100015628
Offset: 2

Views

Author

Jean-Marc Rebert, Nov 29 2024

Keywords

Comments

Leading zeros in the substrings are not allowed.
Uses the convention that 0^0 = 1.

Examples

			25 = 5^2;
4096 = 4^6 + 0^9;
15626 = 1^26 + 5^6;
117650 = 1^1 + 7^6 + 0^5;
1015626 = 10^6 + 1^2 + 5^6;
10077696 = 0^1 + 0^776 + 6^9;
100015628 = 10^8 + 0^0 + 2^1 + 5^6.
		

Crossrefs

Extensions

a(9) from Jinyuan Wang, Dec 01 2024
Showing 1-1 of 1 results.