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.

A118254 Start with 16 and repeatedly reverse the digits and add 1 to get the next term.

This page as a plain text file.
%I A118254 #8 May 15 2025 19:25:50
%S A118254 16,62,27,73,38,84,49,95,60,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,
%T A118254 9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,
%U A118254 5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3,4,5,6,7,8,9,10,2,3
%N A118254 Start with 16 and repeatedly reverse the digits and add 1 to get the next term.
%C A118254 After 9 steps enters a cycle of length 9.
%H A118254 N. J. A. Sloane and others, <a href="/wiki/Sequences_of_RADD_type">Sequences of RADD type</a>, OEIS wiki.
%t A118254 NestList[IntegerReverse[#]+1&,16,100] (* or *) PadRight[{16,62,27,73,38,84,49,95,60},100,{7,8,9,10,2,3,4,5,6}] (* _Harvey P. Dale_, May 15 2025 *)
%Y A118254 Cf. A118551.
%K A118254 base,nonn
%O A118254 1,1
%A A118254 Luc Stevens (lms022(AT)yahoo.com), May 14 2006