This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A258618 #22 Sep 08 2022 08:46:12 %S A258618 0,13,68,189,400,725,1188,1813,2624,3645,4900,6413,8208,10309,12740, %T A258618 15525,18688,22253,26244,30685,35600,41013,46948,53429,60480,68125, %U A258618 76388,85293,94864,105125,116100,127813,140288,153549,167620,182525,198288,214933 %N A258618 a(n) = (4*n+9)*n^2. %C A258618 Consider a natural number r such that r has 19 proper divisors and 6 prime factors. (Note that these prime factors do not have to be distinct.) The difference between these two values, say d(r), is in this case 13. Where n is a positive integer, d(r^n)=(4*n+9)*n^2. %C A258618 The integers that satisfy the proper-divisor-prime-factor requirement are those of A179644. %H A258618 Harvey P. Dale, <a href="/A258618/b258618.txt">Table of n, a(n) for n = 0..1000</a> %H A258618 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A258618 G.f.: x*(13+16*x-5*x^2)/(1-x)^4. - _Vincenzo Librandi_, Jun 06 2015 %F A258618 a(n) = 4*a(n-1)-6*a(n-2)+4*a(n-3)-a(n-4). - _Vincenzo Librandi_, Jun 06 2015 %e A258618 The smallest integer that satisfies this is 240: It has 19 proper divisors (1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 16, 20, 24, 30, 40, 48, 60, 80, 120) and 6 prime factors (2, 2, 2, 2, 3, 5), so d(240)=13. The square of 240, 57600, we would expect to have a difference of 68 between the number of its proper divisors and prime factors, and with respectively 80 and 12, d(57600)=68 indeed. Checking this with further integer powers of 240 will continue to generate terms in this sequence. %t A258618 Table[(4 n + 9) n^2, {n, 0, 40}] (* _Vincenzo Librandi_, Jun 06 2015 *) %t A258618 LinearRecurrence[{4,-6,4,-1},{0,13,68,189},40] (* _Harvey P. Dale_, Sep 12 2020 *) %o A258618 (Magma) [(4*n+9)*n^2: n in [0..40]]; // _Vincenzo Librandi_, Jun 06 2015 %o A258618 (PARI) vector(50,n,n--;(4*n+9)*n^2) \\ _Derek Orr_, Jun 21 2015 %Y A258618 Cf. A179644. %K A258618 nonn,easy %O A258618 0,2 %A A258618 _Garrett Frandson_, Jun 05 2015 %E A258618 More terms from _Vincenzo Librandi_, Jun 06 2015