cp's OEIS Frontend

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.

Showing 1-2 of 2 results.

A050945 Numbers k such that sigma(k) > sigma(k+1) > sigma(k+2) > sigma(k+3) > sigma(k+4) > sigma(k+5).

Original entry on oeis.org

20021154, 28503474, 53728674, 224539314, 242917674, 304178874, 341295954, 370845474, 377692314, 443998554, 533007474, 610484874, 709445274, 855529674, 964885074, 978052074, 1069943874, 1114988874, 1167961794
Offset: 1

Views

Author

Jud McCranie, Jan 02 2000

Keywords

Comments

There are many examples of 4 consecutive numbers having decreasing values of sigma (see cross references) and there are 83 cases of 6 consecutive numbers with decreasing values of sigma < 4,293,000,000. Interestingly (and for unknown reasons) there are no examples of exactly 5 such consecutive numbers in that range! All known members of the sequence are multiples of 6 and one less than a multiple of 35.

Examples

			sigma(20021154)=40894848 > sigma(20021155)=35458560 > ... > sigma(20021159)=20021160.
		

References

  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers, entry 44.

Crossrefs

Extensions

Name simplified by Seiichi Manyama, Aug 03 2023

A364704 Smallest initial number k of n consecutive numbers satisfying sigma(k) < sigma(k+1) < ... < sigma(k+n-1).

Original entry on oeis.org

1, 1, 1, 1, 36721681, 36721681
Offset: 1

Views

Author

Seiichi Manyama, Aug 03 2023

Keywords

Comments

a(7) > 5*10^10. (Calculated using the b-file in A028965.)

Crossrefs

Programs

  • PARI
    b(n) = my(k=n); while(sigma(k)
    				
Showing 1-2 of 2 results.