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.

A055982 a(n+1) = a(n) converted to base 10 from base 11.

Original entry on oeis.org

10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 22, 24, 26, 28, 30, 33, 36, 39, 42, 46, 50, 55, 60, 66, 72, 79, 86, 94, 103, 124, 147, 172, 200, 242, 288, 338, 404, 488, 580, 693, 828, 998, 1196, 1557, 1998, 2527, 3296, 4340, 5731, 7536, 9961, 13135, 18793, 26238
Offset: 0

Views

Author

Henry Bottomley, Jun 01 2000

Keywords

Crossrefs

Programs

  • Mathematica
    NestList[FromDigits[IntegerDigits[#],11]&,10,60] (* Vincenzo Librandi, Apr 06 2012 *)