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.

A365504 a(n) is the least integer that can be expressed as the sum of a prime number and the n-th power of a nonnegative integer in exactly n ways, or -1 if no such integer exists.

Original entry on oeis.org

2, 3, 67, 1298, 254179
Offset: 1

Views

Author

Ilya Gutkovskiy, Sep 07 2023

Keywords

Examples

			For n = 3: 67 = 3 + 4^3 = 59 + 2^3 = 67 + 0^3.
		

Crossrefs

Showing 1-1 of 1 results.