login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065405 Composite numbers n such that the sum of the divisors of n^2 is a prime. 9
4, 8, 27, 49, 64, 125, 169, 256, 289, 512, 529, 729, 841, 1849, 2197, 3125, 4913, 5329, 6241, 6889, 15625, 16129, 29791, 32768, 37249, 51529, 57121, 69169, 76729, 113569, 117649, 128881, 139129, 157609, 192721, 208849, 226981, 229441, 253009 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

All these composite numbers m should be prime powers because if m=a.b with GCD[a,b]=1, then Sigma[aabb]=Sigma[aa]*Sigma[bb] cannot be a prime; 46 from 236 prime-powers below 1000000 are here.

LINKS

Harry J. Smith, Table of n, a(n) for n=1,...,70

FORMULA

Sigma[A065405(n)^2] = Sigma[A065404(n)] = A065403(n) is prime.

MATHEMATICA

Select[ Range[3 10^5], ! PrimeQ[ # ] && PrimeQ[ DivisorSigma[1, #^2]] & ]

PROG

(PARI) { n=0; for (m=1, 10^9, if (isprime(m), next); x=sigma(m^2); if (isprime(x), write("b065405.txt", n++, " ", m); if (n==70, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 18 2009]

CROSSREFS

Cf. A062700, A000203, A065403-A065405, A053182, A053183, A028982.

Sequence in context: A012982 A012952 A100411 * A026085 A036720 A110132

Adjacent sequences:  A065402 A065403 A065404 * A065406 A065407 A065408

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Nov 06 2001

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 09:06 EST 2012. Contains 205746 sequences.