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.

This page as a plain text file.
%I A193830 #16 Jun 20 2015 17:50:54
%S A193830 2,56,490,6842,124754,831820,13848650,133230930,214481126,271248950,
%T A193830 541946240,851376628,5964539504,11097645016,37027355200,45060624582,
%U A193830 142798995930,207890420102,625846753120,1820701100652,3068829878530,37561133582570,114540884553038
%N A193830 Even partition numbers of prime numbers.
%e A193830 The even number 56 is in the sequence as the partition number of the prime number 11.
%t A193830 Select[PartitionsP[Prime[Range[200]]],EvenQ] (* _Harvey P. Dale_, Jun 20 2015 *)
%Y A193830 Even numbers in A058698.
%Y A193830 Cf. A000040, A000041, A052001, A154796, A154798, A163997, A193831.
%K A193830 nonn
%O A193830 1,1
%A A193830 _Omar E. Pol_, Aug 06 2011