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!)
A050693 Composites c whose decimal expansion ends with its largest prime factor. 3
15, 25, 32, 45, 75, 125, 135, 147, 225, 243, 375, 405, 512, 567, 625, 675, 1125, 1215, 1875, 2025, 3087, 3125, 3375, 3645, 5625, 6075, 8192, 9375, 10125, 10935, 11907, 12943, 13013, 13467, 14147, 14271, 14673, 15625, 15879, 15953, 16683, 16807 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The sequence is infinite because the numbers of the form 5^k, k >= 2, 3^(4*m + 1), m >= 1, 7^(4*s + 1), s >= 1, 3^(4*a) * 5^b, a, b >= 1, are terms. - Marius A. Burtea, Oct 18 2019
LINKS
EXAMPLE
16683 = 166{83} = 3*67*{83}.
MATHEMATICA
d[n_]:=IntegerDigits[n]; aQ[n_]:=!PrimeQ[n]&&Take[d[n], -Length[y=d[Max@@First/@FactorInteger[n]]]]==y; Select[Range[2, 16820], aQ[#]&] (* Jayanta Basu, May 31 2013 *)
PROG
(Magma) [k:k in [2..10000]| not IsPrime(k) and k mod 10 ^(#Intseq(a)) eq a where a is Max(PrimeDivisors(k))]; // Marius A. Burtea, Oct 18 2019
(PARI) is(n) = {my(f = factor(n)); n % 10^(#digits(f[#f~, 1])) == f[#f~, 1] && !isprime(n)} \\ David A. Corneth, Oct 18 2019
CROSSREFS
Sequence in context: A366926 A102802 A050692 * A200046 A349750 A171133
KEYWORD
nonn,base
AUTHOR
Patrick De Geest, Aug 15 1999
EXTENSIONS
Name edited by Michel Marcus, Oct 18 2019
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 May 8 08:53 EDT 2024. Contains 372332 sequences. (Running on oeis4.)