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.

A073054 Number of applications of DENEAT operator x -> A073053(x) needed to transform n to 123.

This page as a plain text file.
%I A073054 #22 May 12 2019 16:32:34
%S A073054 2,5,2,5,2,5,2,5,2,5,2,4,2,4,2,4,2,4,2,4,3,2,3,2,3,2,3,2,3,2,2,4,2,4,
%T A073054 2,4,2,4,2,4,3,2,3,2,3,2,3,2,3,2,2,4,2,4,2,4,2,4,2,4,3,2,3,2,3,2,3,2,
%U A073054 3,2,2,4,2,4,2,4,2,4,2,4,3,2,3,2,3,2,3,2,3,2,2,4,2,4,2,4,2,4,2,4
%N A073054 Number of applications of DENEAT operator x -> A073053(x) needed to transform n to 123.
%C A073054 0 first occurs for n=123, 1 first occurs for n=101, 2 first occurs for n=0, 3 first occurs for n=20, 4 first occurs for n=11, 5 first occurs for n=1. What is the least n such that a(n) > 5? - _Jason Earls_, Jun 03 2005 (Corrected by _N. J. A. Sloane_, May 12 2019)
%C A073054 Since each string has only finitely many preimages under this map, the sequence is unbounded. Compare A100961. - _N. J. A. Sloane_, Jun 18 2005
%D A073054 M. Ecker, Caution: Black Holes at Work, New Scientist (Dec. 1992)
%D A073054 M. J. Halm, Blackholing, Mpossibilities 69, (1999), p. 2.
%t A073054 f[n_] := Block[{id = IntegerDigits[n]}, FromDigits[ Join[ IntegerDigits[ Length[ Select[id, EvenQ[ # ] &]]], IntegerDigits[ Length[ Select[id, OddQ[ # ] &]]], IntegerDigits[ Length[ id]] ]]]; Table[ Length[ NestWhileList[f, n, UnsameQ, All]] - 2, {n, 0, 104}] (* _Robert G. Wilson v_, Jun 09 2005 *)
%Y A073054 Cf. A073053, A100961.
%K A073054 easy,nonn,base
%O A073054 0,1
%A A073054 _Michael Joseph Halm_, Aug 16 2002
%E A073054 Edited and corrected by _Jason Earls_ and _Robert G. Wilson v_, Jun 03 2005
%E A073054 Offset corrected by _N. J. A. Sloane_, May 12 2019