A128836
Numbers k such that partition number p(k) == 1 (mod k).
Original entry on oeis.org
1, 4, 7, 11, 54, 55, 115, 146, 157, 234, 239, 951, 272732, 419192, 7626972, 38355152
Offset: 1
Original entry on oeis.org
1, 2, 3, 9, 31, 169, 53281, 10984777, 12245367, 19806045
Offset: 1
A121015
Numbers n such that partition number p(n) == 14 (mod n).
Original entry on oeis.org
1, 2, 8, 1402, 3579, 4111, 5289, 6383, 6467, 15146, 32141, 41910, 82849, 110088, 127531, 185114, 1320338, 1467242, 5739729, 22507473, 32494198
Offset: 1
Partition number of 8 is 22 = 1*8 + 14, hence 8 is a term.
Partition number of 1402 is 52435757789401123913939450130086135644 = 37400683159344596229628709079947315*1402 + 14, hence 1402 is a term.
-
Do[ If[ Mod[ PartitionsP@n - 14, n] == 0, Print@n], {n, 731000}] (* Robert G. Wilson v, Sep 14 2006 *)
-
for(n=1,200000,if((numbpart(n)-14)%n==0,print1(n,","))) \\ Klaus Brockhaus, Sep 07 2006
Edited, corrected and extended (a(1) to a(3), a(11) to a(16)) by
Klaus Brockhaus, Sep 07 2006
Showing 1-3 of 3 results.
Comments