OFFSET
1,1
COMMENTS
Note that all primes > 3 are here. See A101549 for composite lopsided numbers.
The asymptotic density of this sequence is log(2) (Chowla and Todd, 1949). - Amiram Eldar, Jul 09 2020
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
S. D. Chowla and John Todd, The Density of Reducible Integers, Canadian Journal of Mathematics, Vol. 1, No. 3 (1949), pp. 297-299.
G. Everest, S. Stevens, D. Tamsett and T. Ward, Primitive Divisors of Quadratic Polynomial Sequences, arXiv:math/0412079 [math.NT], 2004-2006.
G. Everest et al., Primes generated by recurrence sequences, Amer. Math. Monthly, 114 (No. 5, 2007), 417-431.
MAPLE
with(numtheory): a:=proc(n) if max((seq(factorset(n)[j], j=1..nops(factorset(n)))))^2>4*n then n else fi end: seq(a(n), n=2..170); # Emeric Deutsch, May 27 2007
MATHEMATICA
Select[Range[2, 200], FactorInteger[ # ][[ -1, 1]]>2Sqrt[ # ]&]
CROSSREFS
KEYWORD
nonn
AUTHOR
T. D. Noe, Dec 06 2004
EXTENSIONS
Edited by N. J. A. Sloane, Jul 02 2008 at the suggestion of R. J. Mathar
STATUS
approved