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.

A087409 Multiples of 6 with digits grouped in pairs and leading zeros omitted.

Original entry on oeis.org

61, 21, 82, 43, 3, 64, 24, 85, 46, 6, 67, 27, 88, 49, 9, 61, 2, 10, 81, 14, 12, 1, 26, 13, 21, 38, 14, 41, 50, 15, 61, 62, 16, 81, 74, 18, 1, 86, 19, 21, 98, 20, 42, 10, 21, 62, 22, 22, 82, 34, 24, 2, 46, 25, 22, 58, 26, 42, 70, 27, 62, 82, 28, 82, 94, 30, 3, 6, 31, 23, 18, 32, 43
Offset: 1

Views

Author

N. J. A. Sloane, Oct 19 2003

Keywords

Crossrefs

Programs

  • Mathematica
    FromDigits /@ Partition[ Flatten[ IntegerDigits[ Table[ 6n, {n, 1, 60}]]], 2] (* Robert G. Wilson v *)

Extensions

More terms from Ray Chandler, Oct 20 2003