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.

A164318 Primes p such that the sum of divisors of p-1 is larger than 2*p.

Original entry on oeis.org

13, 19, 31, 37, 41, 43, 61, 67, 71, 73, 79, 89, 97, 101, 103, 109, 113, 127, 139, 151, 157, 163, 181, 193, 197, 199, 211, 223, 229, 241, 271, 277, 281, 283, 307, 313, 331, 337, 349, 353, 367, 373, 379, 397, 401, 409, 421, 433, 439, 449, 457, 461, 463, 487, 491
Offset: 1

Views

Author

Keywords

Examples

			p=13 is in the sequence because A000203(12) = A008332(6) = 28 > 2*p.
		

Crossrefs

Programs

  • Mathematica
    Select[Prime[Range[100]],DivisorSigma[1,#-1]>2#&]  (* Harvey P. Dale, Mar 31 2011 *)

Extensions

Edited by R. J. Mathar, Aug 21 2009