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.

Showing 1-1 of 1 results.

A033674 Trajectory of 99 under map x->x + (x-with-digits-reversed).

Original entry on oeis.org

99, 198, 1089, 10890, 20691, 40293, 79497, 158994, 658845, 1207701, 2284722, 4559544, 9019098, 17928207, 88211178, 175322466, 839546037, 1570191975, 7362102726, 13634115363, 49985258994, 99970517988
Offset: 0

Views

Author

Keywords

Programs

  • Mathematica
    NestList[IntegerReverse[#]+#&,99,30] (* The program uses the IntegerReverse function from Mathematica version 10 *) (* Harvey P. Dale, Dec 05 2015 *)

Formula

a(n)=A033659(n+1). [From R. J. Mathar, Oct 22 2008]
Showing 1-1 of 1 results.