The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161925 Numbers n such that largest prime factor of n is also largest prime factor of n-th composite number. 1
5, 6, 7, 15, 24, 26, 28, 30, 55, 93, 99, 105, 112, 175, 182, 209, 276, 292, 296, 300, 304, 308, 312, 399, 506, 522, 539, 549, 558, 644, 744, 784, 832, 905, 950, 1156, 1312, 1328, 1369, 1431, 1458, 1485 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
{n: A006530(n) = A006530(A002808(n))} [From R. J. Mathar, May 21 2010]
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
Sequence in context: A326132 A342630 A347807 * A078694 A221175 A048007
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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified June 10 01:53 EDT 2024. Contains 373251 sequences. (Running on oeis4.)