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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A069789 Smallest k>n such that sigma(n) divides sigma(k). 0
2, 5, 6, 12, 6, 11, 14, 24, 18, 17, 14, 28, 20, 15, 23, 25, 22, 45, 24, 26, 31, 30, 30, 38, 48, 41, 54, 39, 38, 46, 42, 68, 35, 53, 42, 117, 74, 54, 60, 58, 44, 62, 86, 60, 90, 51, 62, 75, 74, 80, 55, 97, 85, 56, 66, 87, 79, 88, 87, 78, 75, 69, 103, 192, 78, 70, 134, 82, 77 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) for(s=1, 80, n=s+1; while(frac(sigma(n)/sigma(s))>0, n++); print1(n, ", "); )

CROSSREFS

Sequence in context: A051217 A110975 A190120 * A086334 A198331 A057518

Adjacent sequences:  A069786 A069787 A069788 * A069790 A069791 A069792

KEYWORD

easy,nonn

AUTHOR

Benoit Cloitre (benoit7848c(AT)orange.fr), May 01 2002

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 17 00:09 EST 2012. Contains 205978 sequences.