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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A063906 t(n) = s(n), where s(n)=sigma(n)-n-1 and t(n)= |s(n)-n|+1. 0
15, 207, 1023, 2975, 19359, 147455, 1207359, 5017599 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

sigma(1207359) = 1811040; 1811040 - 1207359 - 1 = 603680; abs(603680 - 1207359) + 1 = 603680.

PROG

(PARI) s(n) = sigma(n)-n-1; t(n) = abs(s(n)-n)+1; for(n=1, 10^8, if(t(n)==s(n), print(n)))

(ARIBAS): for n := 1 to 4000000 do s := sigma(n) - n - 1; t := abs(s - n) + 1; if s = t then write(n, " "); end; end;

CROSSREFS

Sequence in context: A075280 A093747 A061637 * A194481 A078265 A089138

Adjacent sequences:  A063903 A063904 A063905 * A063907 A063908 A063909

KEYWORD

nonn

AUTHOR

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

EXTENSIONS

More terms from Klaus Brockhaus (klaus-brockhaus(AT)t-online.de), Sep 01 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 15 03:33 EST 2012. Contains 205694 sequences.