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.

A229241 Generalized Markoff numbers: largest number a in a 5-tuple a >= b >= c >= d >= e satisfying the Markoff(5) equation a^2 + b^2 + c^2 + d^2 + e^2 = 4*a*b*c*d*e.

Original entry on oeis.org

2, 7, 26, 55, 97, 362, 433, 727, 1351, 1538, 3079, 3409, 5042, 10087, 18817, 20330, 26839, 43009, 70226, 75601, 95258, 140455, 172369, 190519, 211303, 262087, 338353, 529255, 568513, 978122, 1048951, 1202714, 1354753, 1663585, 1956247, 2368519, 3650401, 3913730, 4741658, 5904386, 7861777, 9483319
Offset: 1

Views

Author

Shanzhen Gao, Sep 17 2013

Keywords

Examples

			a(1)=2 since (2, 1, 1, 1, 1) is a solution of a^2 + b^2 + c^2 + d^2 + e^2 = 4*a*b*c*d*e. a(2)=7 since (7, 2, 1, 1, 1) is a solution. a(3)=26 since (26,7,1,1,1) is a solution.