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.

A196750 Numbers n such that 3, 5, 7 and 11 do not divide swing(n) = A056040(n).

This page as a plain text file.
%I A196750 #10 Feb 03 2016 11:40:04
%S A196750 0,1,2,6320
%N A196750 Numbers n such that 3, 5, 7 and 11 do not divide swing(n) = A056040(n).
%C A196750 It is conjectured that there are no other terms.
%H A196750 Peter Luschny, <a href="http://oeis.org/wiki/User:Peter_Luschny/PrimeFactorsSwingingFactorial">On the prime factors of the swinging factorial</a>.
%p A196750 # The function Search is defined in A196747.
%p A196750 A196750_list := n -> Search(n,[3,5,7,11]):  # n is a search limit
%o A196750 (PARI) valp(n,p)=my(s); while(n\=p, s+=n); s
%o A196750 is(n)=valp(n,3)==2*valp(n\2,3) && valp(n,5)==2*valp(n\2,5) && valp(n,7)==2*valp(n\2,7) && valp(n,11)==2*valp(n\2,11) \\ _Charles R Greathouse IV_, Feb 02 2016
%Y A196750 Cf. A005836, A129508, A030979, A151750, A196747, A196748, A196749.
%K A196750 nonn,bref
%O A196750 1,3
%A A196750 _Peter Luschny_, Oct 06 2011