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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063785 Numbers n such that sigma(n) = 2n + omega(n), where omega(n) is the number of distinct prime divisors of n. 0
20, 104, 464, 1952, 4030, 5830, 130304, 522752, 1848964, 8382464, 134193152 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

It is easily proved that if 2^m-3 is prime then 2^(m-1)*(2^m-3) is in the sequence. - Farideh Firoozbakht (mymontain(AT)yahoo.com), Feb 12 2008

PROG

(PARI) for(n=1, 10^8, if(sigma(n)==2*n+omega(n), print(n)))

CROSSREFS

Cf. A045768.

Sequence in context: A189950 A045768 A088831 * A181703 A135174 A173963

Adjacent sequences:  A063782 A063783 A063784 * A063786 A063787 A063788

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Aug 17 2001

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 February 14 19:37 EST 2012. Contains 205663 sequences.