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.

A195266 Trajectory of 105 under iteration of the map x -> A080670(x).

This page as a plain text file.
%I A195266 #24 Nov 26 2023 17:41:50
%S A195266 105,357,3717,32759,174147,358049,379677,3196661,13245897,373120347,
%T A195266 31961239449,364811643843,3474632755849,7148938489519,19530970872089,
%U A195266 731453184134581,1069684240583849,11451757737372871,18163269379764491,99042547183388553,344278174560973471,71388716692555572127,148872380947952962303,1453102458624189919451,11245912921175349453489
%N A195266 Trajectory of 105 under iteration of the map x -> A080670(x).
%H A195266 Sean A. Irvine, <a href="/A195266/b195266.txt">Table of n, a(n) for n = 1..108</a> (1..40 from _Alonso del Arte_, 41..65 from _D. S. McNeil_, 66..108 from _Sean A. Irvine_)
%p A195266 read("transforms");
%p A195266 # insert A080670 here
%p A195266 A195266 := proc(n)
%p A195266         option remember;
%p A195266         if n = 1 then
%p A195266                 105;
%p A195266         else
%p A195266                 A080670(procname(n-1)) ;
%p A195266         end if;
%p A195266 end proc: # _R. J. Mathar_, Oct 02 2011
%Y A195266 Cf. A080670, A195264, A194265.
%K A195266 nonn,base
%O A195266 1,1
%A A195266 _N. J. A. Sloane_, Sep 14 2011, based on a posting to the Sequence Fans Mailing List by _Alonso del Arte_