login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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