OFFSET
1,1
LINKS
Harvey P. Dale, Table of n, a(n) for n = 1..1000
FORMULA
MATHEMATICA
fi[{a_, b_}]:={FactorInteger[a][[-1, 1]], FactorInteger[b][[-1, 1]]}; Module[ {nn=2000, len, comps}, comps=Select[Range[nn], CompositeQ]; len=Length[ comps]; Position[fi/@Thread[{Range[len], comps}], _?(#[[1]]==#[[2]]&), 1, Heads->False]]//Flatten (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Apr 23 2018 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Juri-Stepan Gerasimov, Jun 22 2009, Jun 27 2009
EXTENSIONS
Corrected (5, 7, 175 inserted) and extended beyond 312 by R. J. Mathar, May 21 2010
STATUS
approved