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!)
A223893 Number of partitions of n into at most three distinct primes. 6
0, 1, 1, 0, 2, 0, 2, 1, 1, 2, 1, 2, 2, 2, 2, 3, 1, 4, 3, 4, 3, 4, 3, 5, 3, 5, 3, 4, 4, 5, 6, 5, 5, 5, 5, 7, 6, 5, 7, 4, 7, 7, 8, 7, 7, 6, 10, 8, 9, 9, 8, 7, 12, 8, 12, 8, 10, 6, 14, 9, 15, 8, 13, 7, 14, 11, 16, 8, 14, 7, 19, 11, 19, 10, 15, 9, 21, 12, 20, 11, 18 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
The sequence shows a stronger version of the Goldbach conjecture that for n > 6, n has partitions with at most three distinct primes.
LINKS
EXAMPLE
a(21)=3 as 21 = 2+19 = 3+5+13 = 3+7+11.
MATHEMATICA
a[n_] := Length@Select[IntegerPartitions[n, 3, Prime@Range@PrimePi@n],
Sort@#==Union@# &]; Array[a, 100] (* Giovanni Resta, Mar 29 2013 *)
CROSSREFS
Sequence in context: A360170 A306659 A191225 * A358009 A358010 A112022
KEYWORD
nonn
AUTHOR
Frank M Jackson, Mar 28 2013
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 30 19:14 EDT 2024. Contains 374771 sequences. (Running on oeis4.)