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.

A030592 Position of n-th 3 in A030588.

Original entry on oeis.org

2, 7, 13, 16, 18, 19, 20, 25, 31, 39, 48, 57, 62, 65, 66, 68, 75, 84, 93, 102, 111, 116, 119, 120, 122, 129, 138, 142, 145, 147, 148, 151, 154, 156, 157, 160, 163, 165, 166, 169, 170, 172, 173, 174, 175, 176, 178, 181, 183, 184, 187
Offset: 1

Views

Author

Keywords

Programs

  • Mathematica
    Flatten[Position[Flatten[Table[IntegerDigits[2n-1,6],{n,70}]],3]] (* Harvey P. Dale, Jul 22 2012 *)