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.

A103868 Digital expansion of Pi: numbers from each pair of successive digits, reversed.

Original entry on oeis.org

13, 14, 95, 62, 35, 85, 79, 39, 32, 48, 26, 46, 33, 38, 72, 59, 20, 88, 14, 79, 61, 39, 99, 73, 15, 50, 28, 90, 47, 49, 54, 29, 3, 87, 61, 4, 26, 68, 2, 98, 89, 26, 8, 43, 28, 35, 24, 11, 7, 76, 89, 12, 84, 80, 56, 31, 82, 32, 60, 46, 7, 39, 48, 64, 90, 55, 50, 28, 32, 71, 52, 53
Offset: 1

Views

Author

Brian Bolte (bj.bolte(AT)gmail.com), May 29 2006

Keywords

Comments

Seen in some riddles.

Crossrefs

Programs

  • Mathematica
    FromDigits@# & /@ (Reverse@# & /@ Partition[ RealDigits[Pi, 10, 200][[1]], 2]) (* Robert G. Wilson v, Jun 23 2014 *)