A385235 a(n) is the number of partitions of n into primes of the form 4*k + 3.
1, 0, 0, 1, 0, 0, 1, 1, 0, 1, 1, 1, 1, 1, 2, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 3, 5, 5, 5, 6, 6, 7, 7, 7, 8, 9, 9, 9, 11, 11, 12, 13, 14, 15, 15, 17, 17, 19, 20, 20, 23, 24, 25, 26, 29, 30, 30, 34, 35, 37, 39, 41, 44, 46, 49, 51, 55, 57, 59, 64, 66, 70, 73, 77
Offset: 0
Keywords
Examples
The a(14) = 2 partitions of 14 into primes of the form 4*k + 3 are [3, 11] and [7, 7]. The a(23) = 3 partitions of 23 into primes of the form 4*k + 3 are [23], [3, 3, 3, 3, 11] and [3, 3, 3, 7, 7].
Links
- Felix Huber, Table of n, a(n) for n = 0..10000
Comments