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.

A163996 Primes with a composite number of partitions.

This page as a plain text file.
%I A163996 #9 Aug 11 2014 22:45:41
%S A163996 7,11,17,19,23,29,31,37,41,43,47,53,59,61,67,71,73,79,83,89,97,101,
%T A163996 103,107,109,113,127,131,137,139,149,151,163,167,173,179,181,191,193,
%U A163996 197,199,211,223,227,229,233,239,241,251,257,263,269,271,277,281,283,293
%N A163996 Primes with a composite number of partitions.
%H A163996 Harvey P. Dale, <a href="/A163996/b163996.txt">Table of n, a(n) for n = 1..1000</a>
%H A163996 Omar E. Pol, <a href="http://www.polprimos.com">Determinacion geometrica de los numeros primos y perfectos</a>
%H A163996 Omar E. Pol, <a href="http://www.polprimos.com/imagenespub/polpa3dt.jpg">Illustration of the shell model of partitions (3D view)</a>
%F A163996 A000040 \ A038601. [From _R. J. Mathar_, Sep 27 2009]
%t A163996 Select[Prime[Range[100]],!PrimeQ[PartitionsP[#]]&] (* _Harvey P. Dale_, Jun 22 2014 *)
%Y A163996 Cf. A000040, A000041, A002808, A038601, A135010, A163997, A163998.
%K A163996 nonn
%O A163996 1,1
%A A163996 _Omar E. Pol_, Aug 09 2009
%E A163996 More terms from _R. J. Mathar_, Sep 27 2009