login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A075276 Generalized Markoff numbers: union of numbers a, b, c, d satisfying the Markoff(4) equation a^2 + b^2 + c^2 + d^2 = 4*a*b*c*d. 2
1, 3, 11, 41, 131, 153, 571, 1561, 1803, 2131, 5761, 7953, 17291, 18601, 25091, 29681, 79291, 110771, 221651, 253353, 295681, 349451, 413403, 817961, 1542841, 2282281, 2453891, 2641211, 3018753, 3252611, 3487001, 4114771, 4867203, 5757961, 11141771 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a,b,c,d is a solution to a^2 + b^2 + c^2 + d^2 = 4*a*b*c*d if and only if 2a, 2b, 2c, 2d is a solution to a^2 + b^2 + c^2 + d^2 = a*b*c*d. - Shanzhen Gao, Sep 18 2013
LINKS
FORMULA
If (a, b, c, d) satisfies Markoff(4) equation, then so does (a, b, c, 4abc - d) and 4abc - d = (a^2 + b^2 + c^2)/d.
EXAMPLE
Some solutions to Markoff(4) equation a^2 + b^2 + c^2 + d^2 = 4abcd are (1,1,1,1), (1,1,1,3), (1,1,3,11), (1,3,11,131), (3,11,131,17291), (1,1,11,41), (1,11,41,1803), (1,1,41,153), (1,3,131,1561), (1,11,131,5761), (1,1,153,571), (1,1,571,2131), (1,1,2131,7953), (1,3,1561,18601).
MATHEMATICA
MAX=10^10; data = NestWhile[Select[Union[Sort/@Flatten[Table[{a, b, c, 4 a b c-d}/.MapThread[Rule, {{a, b, c, d}, #}]&/@Map[RotateLeft[ii, #]&, Range[4]], {ii, #}], 1]], Max[#] < MAX&]&, {{1, 1, 1, 1}, {1, 1, 1, 3}}, UnsameQ, 2]; Take[data//Flatten//Union, 30] (* Xianwen Wang, Feb 23 2013 *)
CROSSREFS
Cf. A002559.
Sequence in context: A073622 A351428 A181863 * A242233 A294504 A086972
KEYWORD
easy,nonn
AUTHOR
Paul D. Hanna, Sep 12 2002
EXTENSIONS
Sequence corrected by Xianwen Wang, Feb 23 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)