Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063451
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063451 n * sigma(n)-1 is a prime. +0
1
2, 3, 5, 6, 10, 11, 13, 15, 18, 19, 20, 24, 26, 28, 31, 33, 41, 50, 51, 53, 56, 59, 60, 63, 70, 76, 78, 80, 82, 83, 86, 89, 90, 93, 95, 99, 101, 102, 103, 104, 111, 116, 122, 123, 131, 132, 142, 143, 144, 145, 146, 148, 149, 150, 152, 153, 154, 155, 156, 161, 163 (list; graph; listen)
OFFSET

1,1

LINKS

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

PROGRAM

(PARI) j=[]; for(n=1, 350, if(isprime(n*sigma(n)-1), j=concat(j, n))); j

(PARI) { n=0; for (m=1, 10^9, if (isprime(m*sigma(m) - 1), write("b063451.txt", n++, " ", m); if (n==1000, break)) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Aug 21 2009]

CROSSREFS

Sequence in context: A034044 A047447 A094739 this_sequence A076474 A057760 A074243

Adjacent sequences: A063448 A063449 A063450 this_sequence A063452 A063453 A063454

KEYWORD

easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 25 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 November 27 22:38 EST 2009. Contains 167602 sequences.


AT&T Labs Research