The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A284594 Numbers whose square has a prime number of partitions. 8
2, 6, 29, 36, 2480, 14881 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Because asymptotically A072213(n) = A000041(n^2) ~ exp(Pi*sqrt(2/3)*n) / (4*sqrt(3)*n^2), the sum of the prime probabilities ~ 1/log(A072213(n)) is diverging and there are no obvious restrictions on primality; therefore, this sequence may be conjectured to be infinite.
Curiously, both A000041(6^2) and A000041(6^4) are prime; in addition, A000041(6^3) and A000041(6^1) are prime, but for no other powers A000041(6^k) is known (or can be expected) to be prime.
a(7) > 649350.
LINKS
Chris K. Caldwell, Top twenty prime partition numbers, The Prime Pages.
Eric Weisstein's World of Mathematics, Partition Function P
Eric Weisstein's World of Mathematics, Integer Sequence Primes
EXAMPLE
a(2) = 6 is in the sequence because A000041(6^2) = 17977 is a prime.
PROG
(PARI) for(n=1, 2500, if(ispseudoprime(numbpart(n^2)), print1(n, ", ")))
CROSSREFS
Sequence in context: A136639 A368003 A368143 * A027109 A348764 A372372
KEYWORD
nonn,hard,more
AUTHOR
Serge Batalov, Mar 29 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 5 01:34 EDT 2024. Contains 373102 sequences. (Running on oeis4.)