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.

A048254 Numbers whose sum of divisors is 6^4 = 1296.

Original entry on oeis.org

510, 642, 710, 742, 782, 795, 862, 935, 1177, 1207, 1219
Offset: 1

Views

Author

Keywords

Comments

Sequence has A048253(4)=11 terms from A048251(4)=510 to A048252(4)=1219. - Ray Chandler, Sep 01 2010

Examples

			The divisors of 1219 are 1, 23, 53, and 1219, whose sum is 1296, so 1219 is in the sequence.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[6^4], DivisorSigma[1, # ] == 6^4 &] (* Ray Chandler, Sep 01 2010 *)