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.

A048256 Numbers whose sum of divisors is 6^6 = 46656.

Original entry on oeis.org

17490, 19410, 22578, 24610, 24910, 25466, 25910, 26554, 26818, 27285, 29342, 29733, 29762, 31102, 31535, 32043, 32997, 33985, 35585, 36635, 37985, 39697, 41393, 41837, 42347, 44047, 45637, 45739, 45937, 46117
Offset: 1

Views

Author

Keywords

Comments

Sequence has A048253(6)=30 terms from A048251(6)=17490 to A048252(6)=46117. - Ray Chandler, Sep 01 2010

Examples

			The divisors of 19410 are 1, 2, 3, 5, 6, 10, 15, 30, 647, 1294, 1941, 3235, 3882, 6470, 9705, and 19410; their sum is 46656, so 19410 is in the sequence.
		

Crossrefs

Programs

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