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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063788 Numbers n such that sigma(n) = 2n + Omega(n), where Omega(n) is the number of prime divisors of n (with repetition). 0
18, 88, 4030, 5830, 518656, 13174976, 134094848, 2146926592 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

a(9) <= 2251798907715584. a(10) <= 633825300114085990300727115776. a(11) <= 2596148429267411760623818083663872. [From Donovan Johnson (donovan.johnson(AT)yahoo.com), Dec 19 2008]

PROG

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

CROSSREFS

Sequence in context: A124935 A126405 A141842 * A066854 A059138 A117735

Adjacent sequences:  A063785 A063786 A063787 * A063789 A063790 A063791

KEYWORD

more,nonn

AUTHOR

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

EXTENSIONS

a(7)-a(8) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Dec 19 2008

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 17 06:12 EST 2012. Contains 205990 sequences.