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.

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

Original entry on oeis.org

369, 374, 425, 446, 461, 486, 509, 521, 530, 545, 549, 566, 569, 594, 614, 621, 626, 629, 641, 650, 666, 677, 686, 689, 701, 710, 725, 729, 734, 749, 761, 770, 774, 789, 794, 797, 801, 809, 810, 818, 821, 825, 833, 845, 846, 849, 854, 857, 866, 869, 881, 882
Offset: 1

Views

Author

Robert Price, Nov 03 2017

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Range[1000],Length[PowersRepresentations[#,3,2]]>7&] (* Harvey P. Dale, Jul 03 2019 *)