Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A070982
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A070982 Smallest integer k such that n divides sigma(k). +0
3
1, 3, 2, 3, 8, 5, 4, 7, 10, 19, 43, 6, 9, 12, 8, 21, 67, 10, 37, 19, 20, 43, 137, 14, 149, 45, 34, 12, 173, 24, 16, 21, 86, 67, 76, 22, 73, 37, 18, 27, 163, 20, 257, 43, 40, 137, 281, 33, 52, 149, 101, 63, 211, 34, 109, 28, 49, 173, 353, 24, 169, 48, 32, 93, 72, 86, 401 (list; graph; listen)
OFFSET

1,2

FORMULA

a(n) = min( k : sigma(k) == 0 mod(n) )

Sum(k=1, n, a(k)) seems to be asymptotic to c*n^2 with probably 1.1 < c < 1.2

PROGRAM

(PARI) a(n)=if(n<0, 0, s=1; while(sigma(s)%n>0, s++); s)

CROSSREFS

Sequence in context: A071010 A171721 A073341 this_sequence A123649 A080848 A016602

Adjacent sequences: A070979 A070980 A070981 this_sequence A070983 A070984 A070985

KEYWORD

easy,nonn

AUTHOR

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

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 | The OEIS Foundation | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified March 20 09:10 EDT 2010. Contains 173642 sequences.


AT&T Labs Research