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.

A294714 Numbers which can be expressed as an ordered sum of 3 squares in 9 or more different ways.

Original entry on oeis.org

425, 521, 545, 569, 594, 614, 626, 629, 650, 689, 701, 725, 729, 734, 761, 774, 794, 801, 809, 810, 845, 846, 854, 857, 866, 881, 909, 914, 926, 929, 941, 950, 953, 965, 974, 986, 989, 990, 1001, 1025, 1026, 1034, 1041, 1046, 1049, 1053, 1062, 1070, 1074
Offset: 1

Views

Author

Robert Price, Nov 07 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[882], Length[PowersRepresentations[#, 3, 2]] >= 9 &]

Extensions

Updated Mathematica program to Version 11. by Robert Price, Nov 01 2019