Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063103
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063103 Numbers n such that sigma(usigma(n) is prime. +0
2
3, 8, 2667, 3937, 57337, 172011, 253921 (list; graph; listen)
OFFSET

1,1

EXAMPLE

n=8: usigma(8) = 9 and sigma(9) = 13, a prime. n=2667: usigma(2667) = 4096 and sigma(4096) = 8191, a prime.

MATHEMATICA

us[n_Integer] := (d = Divisors[n]; l = Length[d]; k = 1; s = n; While[k < l, If[ GCD[ d[[k]], n/d[[k]] ] == 1, s = s + d[[k]]]; k++ ]; s); Do[m = n; If[ PrimeQ[ DivisorSigma[1, us[n]]], Print[n]], {n, 1, 10^7} ]

PROGRAM

(PARI) u(n) = sumdiv(n, d, if(gcd(d, n/d)==1, d)); for(n=1, 10^7, if(isprime(sigma(u(n))), print(n)))

CROSSREFS

Cf. A034448, A063508.

Sequence in context: A081466 A092592 A162185 this_sequence A058847 A088110 A122759

Adjacent sequences: A063100 A063101 A063102 this_sequence A063104 A063105 A063106

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 07 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 17 13:29 EST 2009. Contains 170826 sequences.


AT&T Labs Research