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!)
A086132 Numbers that have the same largest prime factor as their arithmetic derivative. 1
4, 9, 16, 25, 27, 49, 50, 54, 81, 108, 121, 125, 144, 169, 196, 225, 242, 256, 289, 343, 361, 392, 400, 432, 441, 500, 529, 578, 605, 625, 676, 729, 784, 841, 847, 961, 972, 1014, 1029, 1058, 1083, 1089, 1183, 1225, 1323, 1331, 1369, 1372, 1444, 1445, 1452 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
q[n_] := Module[{f = FactorInteger[n]}, FactorInteger[n * Plus @@ ((Last[#] / First[#]) & /@ f)][[-1, 1]] == f[[-1, 1]]]; Select[Range[2, 1500], q] (* Amiram Eldar, Jul 12 2024 *)
CROSSREFS
Sequence in context: A292675 A254719 A266918 * A010433 A175592 A331219
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 23 2003
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 July 31 17:27 EDT 2024. Contains 374808 sequences. (Running on oeis4.)