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.

A046049 Sum of 18 but no fewer nonzero fourth powers.

Original entry on oeis.org

63, 78, 143, 158, 223, 238, 303, 318, 383, 398, 463, 478, 543, 558, 623, 703, 783, 863, 943, 1008, 1023, 1103, 1183, 1248
Offset: 1

Views

Author

Keywords

Comments

See A099591 for references that show that this sequence is full.

Crossrefs

Programs

  • Mathematica
    Select[ Range[1300], (pr = PowersRepresentations[#, 18, 4]; test = pr != {} && FreeQ[pr, r_List /; (Times @@ r) == 0]; If[test, Print[#]]; test) &] (* Jean-François Alcover, Oct 30 2012 *)

Extensions

More terms from Arlin Anderson (starship1(AT)gmail.com).