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!)
A347742 Number of compositions (ordered partitions) of n into at most 5 prime parts. 6
1, 0, 1, 1, 1, 3, 2, 6, 6, 10, 16, 20, 34, 40, 56, 72, 85, 110, 120, 145, 173, 194, 228, 260, 291, 340, 383, 414, 480, 518, 579, 653, 696, 759, 835, 875, 973, 1041, 1093, 1201, 1269, 1406, 1448, 1617, 1593, 1818, 1822, 2035, 1997, 2318, 2166, 2647, 2453, 2897, 2689, 3277 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = Sum_{k=1..5} A121303(n,k) for n >= 2. - Alois P. Heinz, Sep 11 2021
MATHEMATICA
Table[Length@Flatten[Permutations/@IntegerPartitions[n, 5, Prime@Range@PrimePi@n], 1], {n, 0, 60}] (* Giorgos Kalogeropoulos, Sep 12 2021 *)
CROSSREFS
Sequence in context: A371944 A098071 A347741 * A286970 A347743 A023360
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 April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)