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.

A118148 Start with 1 and repeatedly reverse the digits and add 51 to get the next term.

This page as a plain text file.
%I A118148 #8 Jul 17 2024 13:42:02
%S A118148 1,52,76,118,862,319,964,520,76,118,862,319,964,520,76,118,862,319,
%T A118148 964,520,76,118,862,319,964,520,76,118,862,319,964,520,76,118,862,319,
%U A118148 964,520,76,118,862,319,964,520,76,118,862,319,964,520,76,118,862,319,964
%N A118148 Start with 1 and repeatedly reverse the digits and add 51 to get the next term.
%C A118148 After 2 steps enters a cycle of 6.
%H A118148 N. J. A. Sloane and others, <a href="/wiki/Sequences_of_RADD_type">Sequences of RADD type</a>, OEIS wiki.
%t A118148 NestList[IntegerReverse[#]+51&,1,60] (* or  *) PadRight[{1,52},60,{964,520,76,118,862,319}] (* _Harvey P. Dale_, Jul 17 2024 *)
%Y A118148 Cf. A117828, A117816, A117817.
%K A118148 base,nonn,less
%O A118148 1,2
%A A118148 Luc Stevens (lms022(AT)yahoo.com), May 14 2006