cp's OEIS Frontend

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.

A055036 Min[x] composite zero site for sigma(x+6^n) - sigma(x) - 6^n.

This page as a plain text file.
%I A055036 #13 Dec 12 2021 19:45:16
%S A055036 104,125,195,415,2743,2935,3535,19735,22645,108703,977353,1921033,
%T A055036 2523433,2425175,4227575,85969345,32606935,224917033,1362833713,
%U A055036 716210677,1557843865,6226853857,20369543065
%N A055036 Min[x] composite zero site for sigma(x+6^n) - sigma(x) - 6^n.
%F A055036 a(n) = Min(x) solution for A000203(x+A000400(n)) = A000203(x) + A000400(n) Diophantine equation.
%e A055036 n = 6: d = 6^6 = 46656, a(n) = a(6) = 2935 because sigma(2935) + 46656 = 1 + 5 + 587 + 2935 + 46656 = sigma(2935 + 46656) = sigma(49591) = 1 + 101 + 491 + 49591 = 50184.
%t A055036 L = {}; Do[i = 1; While[ ! ((Plus @@ Divisors[i + 6^j] == 6^j + Plus @@ Divisors[i]) && ! PrimeQ[i]), i++ ]; L = Append[L, i], {j, 1, 11}]; L (from Vit Planocka)
%Y A055036 Subsequence of A054904.
%Y A055036 Cf. A054902-A054905, A054799, A054982-A054985, A054987, A055009, A015913-A015518.
%K A055036 nonn,more
%O A055036 1,1
%A A055036 _Labos Elemer_, Jun 01 2000
%E A055036 One more term from Vit Planocka (planocka(AT)mistral.cz), Sep 23 2003
%E A055036 a(12)-a(23) from _Donovan Johnson_, Nov 30 2008