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.

A287148 Number of compositions (ordered partitions) of 2*n-1 into primes of form x^2 + y^2.

Original entry on oeis.org

0, 0, 1, 2, 3, 4, 6, 9, 15, 24, 37, 58, 92, 149, 243, 393, 629, 1004, 1603, 2564, 4106, 6571, 10508, 16807, 26895, 43060, 68952, 110392, 176696, 282798, 452616, 724441, 1159537, 1855919, 2970476, 4754382, 7609712, 12180021, 19495286, 31203935, 49944397
Offset: 1

Views

Author

Omar E. Pol, May 20 2017

Keywords

Comments

In other words: a(n) is the number of compositions of the n-th odd number into primes of form x^2 + y^2.
Note that a(4)..a(10) = [2, 3, 4, 6, 9, 15, 24] is also the number of laps related to the orbital resonances of the seven Earth-sized planets [h, g, f, e, d, c, b] in the planetary system of the TRAPPIST-1 star (see links). Note also that Lcm(2,3,4,6,9,15,24) = 2^3*3^2*5^1 = 8*9*5 = 360.

Examples

			For n = 8 we have that 2*8 - 1 = 15, and the elements of A002313 that are <= 15 are [2, 5, 13], and the compositions of 15 that contain only some of these three prime numbers are [13,2], [2,13], [5,5,5], [5,2,2,2,2,2], [2,5,2,2,2,2], [2,2,5,2,2,2], [2,2,2,5,2,2], [2,2,2,2,5,2], [2,2,2,2,2,5], there are 9 such compositions so a(8) = 9. - _Omar E. Pol_, May 29 2022
		

Crossrefs

Bisection of A282971.
Cf. A000040, A002313, A011782 (number of compositions of n).

Extensions

a(31)-a(41) from Alois P. Heinz, May 19 2022
Partially edited by N. J. A. Sloane, Dec 04 2023
Showing 1-1 of 1 results.