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!)
A347739 Number of compositions (ordered partitions) of n into at most 2 prime parts. 5
1, 0, 1, 1, 1, 3, 1, 3, 2, 2, 3, 1, 2, 3, 3, 2, 4, 1, 4, 3, 4, 2, 5, 1, 6, 2, 5, 0, 4, 1, 6, 3, 4, 2, 7, 0, 8, 1, 3, 2, 6, 1, 8, 3, 6, 2, 7, 1, 10, 2, 8, 0, 6, 1, 10, 2, 6, 0, 7, 1, 12, 3, 5, 2, 10, 0, 12, 1, 4, 2, 10, 1, 12, 3, 9, 2, 10, 0, 14, 1, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
FORMULA
a(n) = Sum_{k=1..2} A121303(n,k) for n >= 2. - Alois P. Heinz, Sep 11 2021
MATHEMATICA
Table[Length@Flatten[Permutations/@IntegerPartitions[n, 2, Prime@Range@PrimePi@n], 1], {n, 0, 100}] (* Giorgos Kalogeropoulos, Sep 12 2021 *)
CROSSREFS
Sequence in context: A171899 A355784 A213885 * A352931 A083208 A367454
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 18 21:51 EDT 2024. Contains 371781 sequences. (Running on oeis4.)