login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A219036 Numbers n such that sigma(n) - tau(n) is a perfect number. 0
7, 21, 25, 29, 246, 286, 2688, 4062, 33550337, 4294934526, 5658405646, 5726153206, 5726306566, 6987790105, 7533178601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
Numbers n such that sigma(n) - tau(n) is a perfect number.
MATHEMATICA
perfectQ[n_] := DivisorSigma[1, n] == 2*n; Select[Range[100000], perfectQ[DivisorSigma[1, #] - DivisorSigma[0, #]] &] (* T. D. Noe, Nov 13 2012 *)
CROSSREFS
Cf. A000396 (perfect numbers).
Sequence in context: A200935 A097182 A058525 * A063469 A155131 A160890
KEYWORD
nonn
AUTHOR
Zdenek Cervenka, Nov 13 2012
EXTENSIONS
25 and 29 added by T. D. Noe, Nov 13 2012
a(10)-a(15) from Donovan Johnson, Nov 13 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:06 EDT 2024. Contains 371964 sequences. (Running on oeis4.)