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.

A136773 n! never ends in this many 0's in base 13.

This page as a plain text file.
%I A136773 #7 Oct 19 2016 10:23:21
%S A136773 13,27,41,55,69,83,97,111,125,139,153,167,181,182,196,210,224,238,252,
%T A136773 266,280,294,308,322,336,350,364,365,379,393,407,421,435,449,463,477,
%U A136773 491,505,519,533,547,548,562,576,590,604,618,632,646,660,674,688,702
%N A136773 n! never ends in this many 0's in base 13.
%H A136773 Charles R Greathouse IV, <a href="/A136773/b136773.txt">Table of n, a(n) for n = 1..10000</a>
%o A136773 (PARI) valp(n, p)=my(s); while(n\=p, s+=n); s
%o A136773 is(n)=my(t=(12*n-1)\13*13+13,s=valp(t,13)-n); while(s<0, s+=valuation(t+=13, 13)); s>0 \\ _Charles R Greathouse IV_, Oct 19 2016
%Y A136773 Cf. A000142, A136763, A136699, A000966, A055938, A096346, A136767, A136768, A136769, A136770, A136771, A136772, A136774.
%K A136773 base,nonn
%O A136773 1,1
%A A136773 _Carl R. White_, Jan 21 2008