Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A065405
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A065405 Composite numbers n such that the sum of the divisors of n^2 is a prime. +0
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; listen)
OFFSET

1,1

COMMENT

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]] & ]

PROGRAM

(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 this_sequence A026085 A036720 A110132

Adjacent sequences: A065402 A065403 A065404 this_sequence A065406 A065407 A065408

KEYWORD

nonn

AUTHOR

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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 20 00:58 EST 2009. Contains 171054 sequences.


AT&T Labs Research