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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A056006 Numbers n such that n | Sigma(n) + 2. 2
1, 3, 10, 136, 32896, 2147516416 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

n | Sigma(n) gives the multi-perfect numbers A007691, n | Sigma(n) +1 if n is a power of 2 A000079.

MATHEMATICA

Do[If[Mod[DivisorSigma[1, n]+2, n]==0, Print[n]], {n, 1, 7*10^8}]

PROG

(PARI) for(n=1, 5e9, if((sigma(n)+2)%n==0, print1(n", "))) \\ Charles R Greathouse IV, Jun 01 2011

CROSSREFS

Cf. A045768.

Sequence in context: A173415 A199232 * A191363 A067999 A156193 A119035

Adjacent sequences:  A056003 A056004 A056005 * A056007 A056008 A056009

KEYWORD

nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 24 2000

EXTENSIONS

a(6) from Charles R Greathouse IV, Jun 01 2011

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 14:48 EST 2012. Contains 206048 sequences.