# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a046063 Showing 1-1 of 1 %I A046063 #92 Apr 03 2023 10:36:09 %S A046063 2,3,4,5,6,13,36,77,132,157,168,186,188,212,216,302,366,417,440,491, %T A046063 498,525,546,658,735,753,825,841,863,1085,1086,1296,1477,1578,1586, %U A046063 1621,1793,2051,2136,2493,2502,2508,2568,2633,2727,2732,2871,2912,3027,3098,3168,3342,3542,3641,4118 %N A046063 Numbers k such that the k-th partition number A000041(k) is prime. %C A046063 The corresponding primes are given in A049575. - _Joerg Arndt_, May 09 2013 %H A046063 Max Alekseyev, Table of n, a(n) for n = 1..4967 (contains all terms below 10^8) %H A046063 Chris K. Caldwell, Top twenty prime partition numbers, The Prime Pages. %H A046063 G. P. Michon, Table of partition function p(n) (n=0 through 4096) %H A046063 G. K. Patil, Ramanujan's Life And His Contributions In The Field Of Mathematics, International Journal of Scientific Research and Engineering Studies (IJSRES), Volume 1(6) (2014), ISSN: 2349-8862. %H A046063 Eric Weisstein's World of Mathematics, Partition Function P Congruences. %H A046063 Eric Weisstein's World of Mathematics, Partition Function P. %H A046063 Eric Weisstein's World of Mathematics, Integer Sequence Primes. %t A046063 Select[ Range@3341, PrimeQ@ PartitionsP@# &] (* _Robert G. Wilson v_ *) %o A046063 (PARI) for(n=0,10^5,my(p=numbpart(n));if(isprime(p),print1(n,", "))); \\ _Joerg Arndt_, May 09 2013 %o A046063 (Python) %o A046063 from sympy import isprime, npartitions %o A046063 print([n for n in range(1, 5001) if isprime(npartitions(n))]) # _Indranil Ghosh_, Apr 10 2017 %Y A046063 Cf. A000041, A035359, A049575, A051143, A111036, A111045, A114165, A111389, A113499, A114166, A114167, A114168, A114169, A114170, A115214. %K A046063 nonn,nice %O A046063 1,1 %A A046063 _Eric W. Weisstein_ %E A046063 b-file extended by _Max Alekseyev_, Jul 07 2009, Jun 14 2011, Jan 08 2012, May 19 2014 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE