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.

A048255 Integers whose sum of divisors is 6^5 = 7776.

Original entry on oeis.org

3210, 3498, 3710, 3882, 3910, 4310, 4922, 4982, 5182, 5457, 5885, 6035, 6095, 6307, 6797, 7117, 7327, 7597
Offset: 1

Views

Author

Keywords

Comments

Sequence has A048253(5)=18 terms from A048251(5)=3210 to A048252(5)=7597. - Ray Chandler

Examples

			Divisors of 7597 are {1,71,107,7597}, whose sum is 7776, so 7597 is in the sequence.
		

Crossrefs

Programs

  • Mathematica
    Select[Range[7600],DivisorSigma[1,#]==7776&] (* Harvey P. Dale, Jun 04 2016 *)
  • PARI
    for(i=1,t=6^5, sigma(i)==t & print1(i",")) \\ M. F. Hasler, Dec 09 2009

Formula

A048255 = { n | A000203(n)=6^5 }. - M. F. Hasler, Dec 09 2009

Extensions

Minor edits, keywords added, and values checked with given PARI code by M. F. Hasler, Dec 09 2009