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.

A196229 Smallest prime factor p of r = A067698(n) such that sigma(r/p)/((r/p)*log(log(r/p))) > sigma(r)/(r*log(log(r))), where sigma(k) = sum of divisors of k; or 1 if no such p.

Original entry on oeis.org

1, 1, 1, 1, 2, 2, 3, 2, 2, 2, 3, 5, 3, 3, 2, 3, 5, 3, 7, 2, 5, 5, 5, 3, 7, 7, 2
Offset: 1

Views

Author

Geoffrey Caveney, Jean-Louis Nicolas, and Jonathan Sondow, Sep 29 2011

Keywords

Comments

See comments, references, links and crossrefs in A067698.

Examples

			A067698(5) = 6 and sigma(6/2)/((6/2)*log(log(6/2))) = 14.17... > 3.42... = sigma(6)/(6*log(log(6))), so a(5) = 2.
		

Crossrefs

Cf. A067698.