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.

A094725 Largest value in trajectory of n under the modified juggler map of A094685.

This page as a plain text file.
%I A094725 #21 Apr 15 2025 11:58:45
%S A094725 0,1,2,36,4,36,6,756,36,140,36,36,36,322,14,58,16,70,18,756,20,96,36,
%T A094725 110,36,196070,36,140,36,156,36,213705634112,32,190,34,2978,36,196070,
%U A094725 38,244,40,278534,42,282,756,302,756,322,756,6352,756,756,756,386,756
%N A094725 Largest value in trajectory of n under the modified juggler map of A094685.
%C A094725 a(549) has 1519 digits and a(5807) has 6022 digits. - _Chai Wah Wu_, Aug 18 2016
%C A094725 a(10327) has 7508 digits. - _Vikram Prasad_, Mar 02 2024
%H A094725 Chai Wah Wu, <a href="/A094725/b094725.txt">Table of n, a(n) for n = 0..548</a>
%t A094725 smx={};Do[a=n;mx=n;While[a!=1,a=If[Mod[a,2]==0,Round[Sqrt[a]],Round[a^(3/2)]];If[a>mx,mx=a]];AppendTo[smx,mx],{n,54}];Join[{0},smx] (* _James C. McMahon_, Apr 15 2025 *)
%Y A094725 Cf. A094685.
%K A094725 nonn,easy
%O A094725 0,3
%A A094725 _N. J. A. Sloane_, Jun 10 2004
%E A094725 More terms from _John W. Layman_, Jun 15 2004