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.

Original entry on oeis.org

13, 27, 41, 55, 69, 83, 97, 111, 125, 139, 153, 167, 181, 182, 196, 210, 224, 238, 252, 266, 280, 294, 308, 322, 336, 350, 364, 365, 379, 393, 407, 421, 435, 449, 463, 477, 491, 505, 519, 533, 547, 548, 562, 576, 590, 604, 618, 632, 646, 660, 674, 688, 702
Offset: 1

Views

Author

Carl R. White, Jan 21 2008

Keywords

Crossrefs

Programs

  • PARI
    valp(n, p)=my(s); while(n\=p, s+=n); s
    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