Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Search: a194798 -id:a194798
     Sort: relevance | references | number | modified | created      Format: long | short | data
Odd numbers with an odd number of partitions.
+10
9
1, 3, 5, 7, 13, 17, 23, 29, 33, 35, 37, 39, 41, 43, 49, 51, 53, 61, 63, 67, 69, 71, 73, 77, 81, 83, 85, 87, 89, 91, 93, 95, 99, 105, 107, 111, 115, 119, 121, 123, 127, 139, 143, 145, 155, 157, 159, 161, 165, 169, 173, 177, 181, 183, 185, 189, 193, 195, 199
OFFSET
1,2
COMMENTS
The original definition was: Numbers n such that A066897(n) is an odd number.
The sequence A281708(n) = b(n) = Sum_{k=1..n} k^3 * p(k) * p(n-k) of Peter Bala appears to have the property that b(n)/n is a positive integer if n is odd, and b(2*n)/n is a positive integer which is odd iff n is a member of this sequence. - Michael Somos, Jan 28 2017
LINKS
EXAMPLE
7 is in the sequence because the number of partitions of 7 is equal to 15 and both 7 and 15 are odd numbers. - Omar E. Pol, Mar 18 2012
MAPLE
# We conjecture the following program produces the sequence
with(combinat):
b := n -> add(k^3*numbpart(k)*numbpart(n-k), k = 1..n):
c := n -> 2( b(n)/n - floor(b(n)/n) ):
for n from 1 to 400 do
if c(n) = 1 then print(n/2) end if
end do;
# Peter Bala, Jan 26 2017
MATHEMATICA
Select[Range[1, 200, 2], OddQ[PartitionsP[#]] &] (* T. D. Noe, Mar 18 2012 *)
PROG
(PARI) isok(n) = (n % 2) && (numbpart(n) % 2); \\ Michel Marcus, Jan 26 2017
KEYWORD
easy,nonn
AUTHOR
Naohiro Nomoto, Jan 30 2002
EXTENSIONS
New name and more terms from Omar E. Pol, Mar 18 2012
STATUS
approved
Primes p having the same parity as the number of partitions of p.
+10
5
2, 3, 5, 7, 13, 17, 23, 29, 37, 41, 43, 53, 61, 67, 71, 73, 83, 89, 107, 127, 139, 157, 173, 181, 193, 199, 211, 223, 229, 233, 239, 251, 257, 263, 269, 277, 281, 283, 293, 311, 313, 331, 349, 367, 373, 389, 401, 421, 433, 443, 457, 461, 463, 467, 479, 491, 499
OFFSET
1,1
COMMENTS
Except the first term, primes with an odd number of partitions.
Primes in A194798. - Omar E. Pol, Mar 17 2012
EXAMPLE
7 is in the sequence because the number of partitions of 7 is equal to 15 and both 7 and 15 have the same parity.
MATHEMATICA
Select[Prime[Range[100]], Mod[PartitionsP[#] - #, 2] == 0 &] (* T. D. Noe, Jan 30 2012 *)
KEYWORD
nonn
AUTHOR
Omar E. Pol, Aug 09 2009
EXTENSIONS
More terms from D. S. McNeil, May 10 2010
STATUS
approved
Numbers n having distinct parity as the number of partitions of n.
+10
4
0, 4, 6, 9, 11, 12, 14, 15, 16, 18, 19, 20, 21, 24, 25, 27, 31, 32, 36, 38, 44, 45, 47, 48, 52, 54, 55, 56, 57, 59, 60, 65, 68, 72, 75, 76, 79, 82, 88, 90, 92, 97, 101, 102, 103, 104, 109, 113, 114, 117, 118, 125, 129, 131, 132, 133, 134, 135, 137, 138, 140
OFFSET
1,2
COMMENTS
Odd positive integers with an even number of partitions and nonnegative even integers with an odd number of partitions. Union of A163097 and A163096. Note that the union of A067567 and A127219 gives A194798 and the union of A194798 and this sequence gives A001477.
LINKS
K. Ono, Parity of the partition function, Electronic Research Announcements of AMS, Vol. 1, 1995, pp. 35-42; MR 96d:11108
EXAMPLE
4 is in the sequence because the number of partitions of 4 is equal to 5 and the parity of 4 is distinct to the parity of 5 because 4 is even and 5 is odd.
9 is in the sequence because the number of partitions of 9 is equal to 30 and the parity of 9 is distinct to the parity of 30 because 9 is odd and 30 is even.
KEYWORD
nonn
AUTHOR
Omar E. Pol, Mar 16 2012
STATUS
approved
Partition numbers p(n) having the same parity as n.
+10
3
1, 2, 3, 7, 15, 22, 42, 101, 297, 1002, 1255, 2436, 3718, 4565, 5604, 10143, 12310, 14883, 21637, 31185, 37338, 44583, 53174, 63261, 105558, 173525, 204226, 239943, 329931, 715220, 1121505, 1300156, 1505499, 1741630, 2323520, 2679689, 3554345
OFFSET
1,2
COMMENTS
Union of A154795 and A154798. The union of A209659 and this sequence gives A000041.
LINKS
K. Ono, Parity of the partition function, Electronic Research Announcements of AMS, Vol. 1, 1995, pp. 35-42; MR 96d:11108
KEYWORD
nonn
AUTHOR
Omar E. Pol, Mar 22 2012
STATUS
approved
Partition numbers p(n) having opposite parity of n.
+10
3
1, 5, 11, 30, 56, 77, 135, 176, 231, 385, 490, 627, 792, 1575, 1958, 3010, 6842, 8349, 17977, 26015, 75175, 89134, 124754, 147273, 281589, 386155, 451276, 526823, 614154, 831820, 966467, 2012558, 3087735, 5392783, 8118264, 9289091, 13848650
OFFSET
1,2
COMMENTS
Union of A154797 and A154796. The union of this sequence and A209658 gives A000041.
LINKS
K. Ono, Parity of the partition function, Electronic Research Announcements of AMS, Vol. 1, 1995, pp. 35-42; MR 96d:11108
KEYWORD
nonn
AUTHOR
Omar E. Pol, Mar 22 2012
STATUS
approved

Search completed in 0.007 seconds