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.

A360597 Ratios of consecutive terms of A084337: a(n) = max(A084337(n), A084337(n+1)) / min(A084337(n), A084337(n+1)).

Original entry on oeis.org

2, 3, 4, 8, 5, 6, 18, 7, 9, 45, 10, 11, 77, 12, 30, 13, 14, 91, 16, 15, 160, 17, 19, 228, 20, 21, 510, 22, 28, 23, 24, 276, 25, 26, 1100, 27, 39, 29, 31, 279, 32, 58, 33, 34, 561, 35, 56, 36, 40, 37, 38, 1332, 41, 42, 1558, 43, 44, 1419, 46, 47, 2632, 48, 49
Offset: 0

Views

Author

Rémy Sigrist, Feb 13 2023

Keywords

Comments

All terms are distinct.

Examples

			For n = 20:
    A084337(20) = 1920 and A084337(21) = 12,
    so a(20) = 1920 / 12 = 160.
For n = 21:
    A084337(21) = 12 and A084337(22) = 204,
    so a(21) = 204 / 12 = 17.
		

Crossrefs

Cf. A084337.

Programs

  • PARI
    See Links section.