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.

A147799 Minimal value of A007947(m*(7^n-m)) with m coprime to 7.

This page as a plain text file.
%I A147799 #9 Aug 12 2020 01:29:07
%S A147799 6,6,30,30,282,2262,17034,36006,71070
%N A147799 Minimal value of A007947(m*(7^n-m)) with m coprime to 7.
%C A147799 The minima are reached for m values given in A147804.
%C A147799 This is related to the abc conjecture.
%C A147799 All terms of this sequence are even, so one could also consider A147799/2 = 3, 3, 15, 15, 141, 1131, 8517, 18003, 35535, ... So far these terms are also multiples of 3, but this might be a coincidence.
%o A147799 (PARI) A147799(n,p=7)={my(m=n=p^n); for(a=1,n\2, a%p || next; m > 2*A007947(a) || next; m > A007947(n-a)*A007947(a) || next; m = A007947(n-a)*A007947(a)); m; }
%Y A147799 Cf. A007947, A147804 (m values); A143702, A147801, A147800 (analog for 2^n, 3^n, 5^n), A147298 (general case).
%K A147799 nonn,more
%O A147799 1,1
%A A147799 _M. F. Hasler_, Nov 13 2008