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.

A226480 Squarefree numbers n such that (sopf(n)*d(n))^2 = sigma(n) where sopf(n) = sum of prime factors of n and d(n) = number of divisors of n.

Original entry on oeis.org

22446139, 26116291, 28097023, 30236557, 31090489, 31124341, 49941589, 61137673, 62224039, 66960589, 71334867, 71585139, 82266591, 83045869, 92346023, 92837591, 105183961, 114762567, 123563821, 130399138, 131494219, 134156197, 134867722, 135095767, 136026037
Offset: 1

Views

Author

Donovan Johnson, Jun 09 2013

Keywords

Comments

Suggested by N. J. A. Sloane.

Examples

			n = 22446139 = 31*67*101*107. sopf(n) = 31+67+101+107 = 306. d(n) = 16. (sopf(n)*d(n))^2 = (306*16)^2 = 23970816 = sigma(n).
		

Crossrefs