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.

A183168 Number of partitions of n^2 into three distinct primes.

Original entry on oeis.org

0, 0, 0, 1, 2, 3, 8, 2, 17, 3, 41, 7, 61, 6, 69, 8, 152, 11, 216, 6, 204, 10, 383, 16, 464, 14, 447, 14, 791, 18, 978, 18, 822, 18, 1302, 25, 1684, 27, 1387, 24, 2347, 28, 2726, 27, 2012, 34, 3620, 31, 4005, 32, 3218, 44, 5274, 44, 5461, 36, 4538, 43, 7429, 58
Offset: 1

Views

Author

Zak Seidov, Aug 27 2012

Keywords

Comments

For n>3, odd n have (many) more partitions than even n.

Examples

			a(4)=1 because 16=2+3+11,
a(6)=3 because 36=2+3+31=2+5+29=2+11+13.
		

Crossrefs

Subsequence of A125688: a(n) = A125688(n^2).
Cf. A000607.

Programs