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!)
A101259 Numbers n whose deficiency is 54. 0
87, 195, 244, 495, 11584, 35595, 137452847104 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
No more elements found up to 2*10^7. - Stefan Steinerberger, Feb 04 2006
LINKS
EXAMPLE
87 is a term of the sequence because 3*29 = 87 and 87 - 29 - 3 = g(87) = 55.
MATHEMATICA
Do[ If[ DivisorSigma[1, n] + 54 == 2n, Print[n]], {n, 10^7}] (* Robert G. Wilson v, Dec 22 2004 *)
PROG
(Magma) [n: n in [1..2*10^7] | DivisorSigma(1, n)+54 eq 2*n]; // Vincenzo Librandi, Jul 30 2015
CROSSREFS
Sequence in context: A044800 A067749 A063349 * A063336 A129515 A133524
KEYWORD
nonn,more
AUTHOR
Vassil K. Tintschev (tinchev(AT)sunhe.jinr.ru), Dec 17 2004
EXTENSIONS
a(7) from Donovan Johnson, Dec 23 2008
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 24 08:21 EDT 2024. Contains 371926 sequences. (Running on oeis4.)