|
Search: id:A065404
|
|
|
| A065404 |
|
Squares of composite numbers n such that sigma[n] (sum of divisors of n, A000203) is a prime. |
|
+0 2
|
|
| 16, 64, 729, 2401, 4096, 15625, 28561, 65536, 83521, 262144, 279841, 531441, 707281, 3418801, 4826809, 9765625, 24137569, 28398241, 38950081, 47458321, 244140625, 260144641, 887503681, 1073741824, 1387488001, 2655237841
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=1,...,100
|
|
FORMULA
|
Sigma[A065404(n)] = Sigma[a(n)] = A065403(n) = A000203[A065404(n)].
|
|
EXAMPLE
|
46 cases below 10^12; for M a Mersenne prime, (M+1)/2 is here: M=8191,4096=(M+1)/2.
|
|
PROGRAM
|
(PARI) { n=0; for (m=1, 10^9, if (isprime(m), next); x=sigma(m^2); if (isprime(x), write("b065404.txt", n++, " ", m^2); if (n==100, return)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Oct 18 2009]
|
|
CROSSREFS
|
Cf. A062700, A000203, A065403-A065405, A053182, A053183, A028982.
Sequence in context: A073718 A061449 A141840 this_sequence A031446 A041492 A043402
Adjacent sequences: A065401 A065402 A065403 this_sequence A065405 A065406 A065407
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Nov 06 2001
|
|
|
Search completed in 0.002 seconds
|