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.

A136774 n! never ends in this many 0's in base 16.

Original entry on oeis.org

62, 94, 110, 118, 126, 158, 174, 182, 190, 206, 214, 222, 230, 238, 254, 286, 302, 310, 318, 334, 342, 350, 358, 366, 382, 398, 406, 414, 422, 430, 446, 454, 462, 478, 510, 542, 558, 566, 574, 590, 598, 606, 614, 622, 638, 654, 662, 670, 678, 686, 702, 710
Offset: 1

Views

Author

Carl R. White, Jan 21 2008

Keywords

Crossrefs

Programs

  • PARI
    is(n)=my(t=4*n+2,s=1-hammingweight(n)); while(s<0, s+=valuation(t+=2,2)); s>3 \\ Charles R Greathouse IV, Sep 22 2016

Formula

Conjecture: a(n) ~ 16n. This holds with probability 1 in a random model. - Charles R Greathouse IV, Sep 22 2016