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.

A025292 Numbers that are the sum of 2 nonzero squares in exactly 9 ways.

Original entry on oeis.org

71825, 93925, 122525, 143650, 156325, 173225, 187850, 209525, 223925, 244205, 245050, 257725, 267325, 273325, 287300, 296225, 308425, 312650, 346450, 357425, 375700, 376025, 382925, 409825, 419050, 426725, 440725, 444925, 447850, 460525
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Transpose[Select[Split[Sort[Total[#]&/@(Subsets[Range[1000],{2}]^2)]], Length[#]==9&]][[1]] (* Harvey P. Dale, Jul 08 2011 *)