A364704 Smallest initial number k of n consecutive numbers satisfying sigma(k) < sigma(k+1) < ... < sigma(k+n-1).
1, 1, 1, 1, 36721681, 36721681
Offset: 1
Programs
-
PARI
b(n) = my(k=n); while(sigma(k)
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
b(n) = my(k=n); while(sigma(k)
Comments