Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A063906
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A063906 t(n) = s(n), where s(n)=sigma(n)-n-1 and t(n)= |s(n)-n|+1. +0
1
15, 207, 1023, 2975, 19359, 147455, 1207359, 5017599 (list; graph; listen)
OFFSET

0,1

EXAMPLE

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

PROGRAM

(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 this_sequence A078265 A089138 A051813

Adjacent sequences: A063903 A063904 A063905 this_sequence 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

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified September 7 15:23 EDT 2008. Contains 143483 sequences.


AT&T Labs Research