A193830 Even partition numbers of prime numbers.
2, 56, 490, 6842, 124754, 831820, 13848650, 133230930, 214481126, 271248950, 541946240, 851376628, 5964539504, 11097645016, 37027355200, 45060624582, 142798995930, 207890420102, 625846753120, 1820701100652, 3068829878530, 37561133582570, 114540884553038
Offset: 1
Keywords
Examples
The even number 56 is in the sequence as the partition number of the prime number 11.
Crossrefs
Programs
-
Mathematica
Select[PartitionsP[Prime[Range[200]]],EvenQ] (* Harvey P. Dale, Jun 20 2015 *)