Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132585
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132585 Numbers n such that sigma(n)-n-1 divides sigma(n+1)-n-2, where sigma(n) is sum of positive divisors of n and the ratio is greater than zero. +0
4
25, 49, 799, 899, 32399, 292681 (list; graph; listen)
OFFSET

1,1

COMMENT

The banal case of ratio equal to zero is excluded. In fact if n+1 is a prime than sigma(n+1)-n-2=0. Therefore the ratio with sigma(n)-n-1 is equal to zero. Is this sequence finite?

a(7) <= 1492995736325809. [From Donovan Johnson (donovan.johnson(AT)yahoo.com), Aug 31 2008]

EXAMPLE

n=25 -> sigma(25)= 1+5+25 -> sigma(n)-n-1=5

n+1=26 -> sigma(26)= 1+2+13+26 -> sigma(n+1)-n-2=2+13=15

15/5 = 3 (integer > 0)

MAPLE

with(numtheory); P:=proc(n) local a, i; for i from 1 by 1 to n do if sigma(i)-i-1>0 then a:=(sigma(i+1)-i-2)/(sigma(i)-i-1); if a>0 and trunc(a)=a then print(i); fi; fi; od; end: P(100000);

CROSSREFS

Cf. A002961, A058072, A058073, A132586.

Sequence in context: A046950 A146641 A056981 this_sequence A049228 A076637 A040600

Adjacent sequences: A132582 A132583 A132584 this_sequence A132586 A132587 A132588

KEYWORD

hard,more,nonn

AUTHOR

Paolo P. Lava & Giorgio Balzarotti (ppl(AT)spl.at), Aug 23 2007

EXTENSIONS

a(6) from Donovan Johnson (donovan.johnson(AT)yahoo.com), Aug 31 2008

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 November 29 12:46 EST 2009. Contains 167659 sequences.


AT&T Labs Research