reviewed
approved
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”).
reviewed
approved
proposed
reviewed
editing
proposed
a(n)/n is the fraction of the integers b, within any given sufficiently large contiguous range of positive integers with any starting point, that divide b^n - b. It is 100% when n is prime or a Carmichael number. For other values of n, on ranges of 1000 integers the accuracy of the measured fraction is about +/- 0.001, and correspondingly better on larger ranges. - Richard R. Forberg, Jul 29 2020
proposed
editing
editing
proposed
Table[Times @@ Map[(1 + GCD[n - 1, # - 1]) &, FactorInteger[n][[All, 1]] ], {n, 113}] (* Michael De Vlieger, Sep 01 2020 *)
proposed
editing
editing
proposed
a(n)/n is also the fraction of the integers k, b, within any given sufficiently large contiguous range of positive integers with any starting point, that will divide the expressions nb^k + k - n and - b. It is 100% when n^k - k - is prime or a Carmichael number. For other values of n. On , on ranges of 1000 integers the accuracy of the measured fraction is about +/- 0.001, and correspondingly better on larger ranges. For a(n) = n (where n is a prime or Carmichael number), all values of k will divide those expressions, on any such range. See A002997. Also related is A121707. - Richard R. Forberg, Jul 29 2020
proposed
editing
editing
proposed
a(n)/n is also the fraction of the integers k, within any given sufficiently large contiguous range of positive integers with any starting point, that will divide the expression expressions n^k + k - n and n^k - k -n. On ranges of 1000 integers the accuracy of the measured fraction is about +/- 0.001, and correspondingly better on larger ranges. For a(n) = n (where n is a prime or Carmichael number), all values of k will divide those expressions, on any such range. See A002997. Also related is A121707. - Richard R. Forberg, Jul 29 2020
proposed
editing