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.

A031317 Position of n-th 4 in A031312.

Original entry on oeis.org

36, 38, 40, 42, 44, 157, 160, 163, 166, 169, 307, 310, 313, 316, 319, 457, 460, 463, 466, 469, 546, 549, 552, 555, 558, 561, 564, 567, 570, 573, 576, 579, 582, 585, 588, 591, 594, 597, 600, 603, 606, 607, 609, 610, 612, 613, 615
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A031312.

Programs

  • Mathematica
    Flatten[Position[Flatten[IntegerDigits[2*Range[500]-1]],4]] (* Harvey P. Dale, Aug 12 2015 *)