login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A347743 Number of compositions (ordered partitions) of n into at most 6 prime parts. 6
1, 0, 1, 1, 1, 3, 2, 6, 6, 10, 16, 20, 35, 46, 71, 98, 130, 182, 226, 295, 359, 430, 534, 626, 746, 880, 1019, 1196, 1392, 1574, 1815, 2063, 2313, 2655, 2941, 3275, 3669, 4017, 4441, 4917, 5295, 5852, 6365, 6957, 7575, 8198, 8839, 9511, 10374, 10958, 11931 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = Sum_{k=1..6} A121303(n,k) for n >= 2. - Alois P. Heinz, Sep 11 2021
MATHEMATICA
Table[Length@Flatten[Permutations/@IntegerPartitions[n, 6, Prime@Range@PrimePi@n], 1], {n, 0, 50}] (* Giorgos Kalogeropoulos, Sep 12 2021 *)
CROSSREFS
Sequence in context: A347741 A347742 A286970 * A023360 A154028 A157793
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Sep 11 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 18 17:38 EDT 2024. Contains 374388 sequences. (Running on oeis4.)