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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A064440 A048138(n) is a prime and sets a new record for such primes. 1
6, 21, 31, 79, 121, 265, 271, 379, 541, 631 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

LINKS

Table of n, a(n) for n=1..10.

Matthew M. Conroy, Home page (listed instead of email address)

PROG

(PARI) f(n) = s=0; for(x=1, n^2, if(sigma(x)-x==n, s++)); s; a=0; for(n=1, 10^5, x=f(n); if(isprime(x), b=x; if(b>a, a=b; print(n))))

CROSSREFS

Sequence in context: A143322 A034897 A173622 * A106634 A063126 A115702

Adjacent sequences:  A064437 A064438 A064439 * A064441 A064442 A064443

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 01 2001

EXTENSIONS

Corrected and extended by Matthew M. Conroy, Oct 02 2001

STATUS

approved

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 May 25 05:44 EDT 2013. Contains 225644 sequences.