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.

A347077 Numbers m such that sigma(m) / tau(m) = sigma(m - 1) / tau(m - 1) + sigma(m + 1) / tau(m + 1).

Original entry on oeis.org

15063, 18519, 49841, 137607, 179943, 203345, 412763, 421307, 517334, 881851, 1102204, 2003233, 2831435, 3869018, 17378593, 76645063, 107594182, 118012619, 190791881, 418588841, 447287713, 475734745, 632799289, 661709127, 664171759, 900701138, 998754443, 1756922665
Offset: 1

Views

Author

Jaroslav Krizek, Aug 15 2021

Keywords

Comments

Numbers m such that A057020(m) / A057021(m) = A057020(m - 1) / A057021(m - 1) + A057020(m + 1) / A057021(m + 1).
Corresponding values of fractions sigma(m) / tau(m): 5022, 6174, 7128, 45870, 59982, 31008, 111132, 106680, 99636, 220948, 163044, 263160, 449712, 726864, 2278152, ...

Examples

			sigma(15063) / tau(15063) = sigma(15062) / tau(15062) + sigma(15064) / tau(15064); 20088 / 4 = 23976 / 8 + 32400 / 16; 5022 = 2997 + 2025.
		

Crossrefs

Cf. A000005 (tau), A000203 (sigma), A057020, A057021.

Programs

Extensions

a(16)-a(18) from Jon E. Schoenfield, Aug 15 2021
a(19)-a(28) from Amiram Eldar, Aug 16 2021