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.

A099723 Nonprime-power sigma-perfect numbers: numbers n such that NPPSigma(n)=2*n, where, if n=Product p_i^r_i then NPPSigma(n)=Product{Sum p_i^s_i, s_i is not a prime number, 0<=s_i<=r_i}.

Original entry on oeis.org

6, 4560, 13770, 111552, 256011840
Offset: 1

Views

Author

Yasutoshi Kohmoto, Nov 06 2004

Keywords

Examples

			NPPSigma(2^5*7^4)=(1+2+2^4)*(1+7+7^4)=45771
13770=2*3^4*5*17 so NPPSigma(2*3^4*5*17)=(1+2^1)*(1+3^1+3^4)*(1+5^1)*(1+17^1)=2*13770.
Factorizations : 2*3, 2^4*3*5*19, 13770=2*3^4*5*17, 2^6*3*7*83, ...
		

Crossrefs

Cf. A096290.

Extensions

Corrected and extended by Farideh Firoozbakht, Nov 07 2004