cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A193830 Even partition numbers of prime numbers.

Original entry on oeis.org

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

Views

Author

Omar E. Pol, Aug 06 2011

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 *)