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.
%I A049575 #40 Jul 02 2025 16:01:57 %S A049575 2,3,5,7,11,101,17977,10619863,6620830889,80630964769,228204732751, %T A049575 1171432692373,1398341745571,10963707205259,15285151248481, %U A049575 10657331232548839,790738119649411319,18987964267331664557,74878248419470886233,1394313503224447816939 %N A049575 Prime partition numbers. %H A049575 Alois P. Heinz, <a href="/A049575/b049575.txt">Table of n, a(n) for n = 1..100</a> %H A049575 Ernest G. Hibbs, <a href="https://www.proquest.com/openview/4012f0286b785cd732c78eb0fc6fce80">Component Interactions of the Prime Numbers</a>, Ph. D. Thesis, Capitol Technology Univ. (2022), see p. 33. %H A049575 G. K. Patil, <a href="https://web.archive.org/web/20150911053452/http://www.ijsres.com/2014/vol-1_issue-6/paper_8.pdf">Ramanujan's Life And His Contributions In The Field Of Mathematics</a>, International Journal of Scientific Research and Engineering Studies (IJSRES), 1(6) (2014), ISSN: 2349-8862. %H A049575 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PartitionFunctionPCongruences.html">Partition Function P Congruences</a>. %H A049575 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/PartitionFunctionP.html">Partition Function P</a>. %F A049575 a(n) = A000041(A046063(n)) = A000040(A051143(n)). - _M. F. Hasler_, Oct 19 2008 %F A049575 A010051(a(n))*A167392(a(n)) = 1. - _Reinhard Zumkeller_, Nov 03 2009 %t A049575 lst={};Do[a=PartitionsP[n];If[PrimeQ[a],AppendTo[lst,a]],{n,2*6!}];lst (* _Vladimir Joseph Stephan Orlovsky_, Jun 14 2009 *) %t A049575 Select[PartitionsP[Range[1000]],PrimeQ] (* _Harvey P. Dale_, Mar 11 2013 *) %o A049575 (PARI) for(n=0,10^3,my(p=numbpart(n));if(isprime(p),print1(p,", "))); \\ _Joerg Arndt_, May 09 2013 %Y A049575 Intersection of A000040 and A000041. %Y A049575 Cf. A046063, A051143. %Y A049575 Cf. A038753, A065728. - _Reinhard Zumkeller_, Nov 03 2009 %K A049575 nonn,nice %O A049575 1,1 %A A049575 _G. L. Honaker, Jr._ %E A049575 More terms from _James Sellers_ and _Christian G. Bower_, Oct 15 1999.