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.

A365288 a(n) is the least positive integer that can be expressed as the sum of a prime number and a square of a nonnegative integer in exactly n ways.

Original entry on oeis.org

1, 2, 3, 11, 38, 107, 83, 167, 293, 227, 398, 677, 668, 902, 908, 1238, 1487, 1448, 1748, 1592, 2273, 2672, 3167, 3947, 4457, 3632, 3713, 6047, 5843, 7052, 8123, 5792, 5297, 9602, 9092, 6368, 9908, 13268, 8153, 9833, 8777, 16112, 15923, 14528, 14852, 18233
Offset: 0

Views

Author

Ilya Gutkovskiy, Aug 31 2023

Keywords

Examples

			For n = 3: 11 = 2 + 3^2 = 7 + 2^2 = 11 + 0^2.
		

Crossrefs