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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093125 k associated with A093124. 1
0, 0, 0, 1, 1, 1, 1, 1, 1, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 5, 4, 5, 5, 5, 5, 5, 5 (list; graph; refs; listen; history; internal format)
OFFSET

1,10

PROG

(PARI) { v=vector(30); v[1]=sigma(1); for (i=2, 30, k=0; while (sum(j=i-k, i, sigma(j))<v[i-1], k++); print1(", "k); v[i]=sum(j=i-k, i, sigma(j))); v }

CROSSREFS

Cf. A093124.

Sequence in context: A157791 A156874 A078767 * A156081 A105047 A089881

Adjacent sequences:  A093122 A093123 A093124 * A093126 A093127 A093128

KEYWORD

nonn

AUTHOR

Jon Perry (perry(AT)globalnet.co.uk), Mar 22 2004

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 16 10:23 EST 2012. Contains 205904 sequences.