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.

A101182 Least positive integer that can be represented as the sum of a prime and a triangular number in exactly n ways.

Original entry on oeis.org

1, 2, 3, 8, 17, 83, 47, 89, 107, 212, 194, 347, 284, 674, 524, 464, 467, 947, 662, 1187, 1514, 1304, 1019, 1229, 1559, 2189, 1724, 2699, 2084, 3434, 2417, 4022, 3467, 3824, 3764, 3362, 5324, 5879, 5672, 7214, 5927, 6179, 6134, 7079, 6704, 7727, 10667
Offset: 0

Views

Author

Jonathan Vos Post and Ray Chandler, Dec 14 2004

Keywords

Examples

			a(0) = 1 because 1 is the smallest positive integer that cannot be represented as sum of a prime and a triangular number (since 2 is the smallest prime).
a(1) = 2 = 2 + 0; a(2) = 3 = 3 + 0 = 2 + 1; a(3) = 8 = 2 + 6 = 5 + 3 = 7 + 1.
		

Crossrefs

Formula

a(n) = min{i such that i = A000040(j) + A000217(k) in n ways}.