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.
%I A302555 #14 Jan 11 2020 15:57:47 %S A302555 0,0,1,1,0,1,2,1,3,3,2,1,2,1,2,2,4,1,2,1,2,2,2,1,2,3,2,4,2,1,2,1,3,2, %T A302555 2,2,3,1,2,2,2,1,2,1,2,2,2,1,2,3,2,1,2,1,2,2,2,1,2,1,2,1,2,2,3,2,2,1, %U A302555 2,2,2,1,2,1,2,2,2,2,2,1,2,3,2,1,2,2,2,2,2,1,2,2,2,2,2,2,2,1,2,2,3 %N A302555 Maximal degree x for hyperoperated representation of n = a[x]b. %C A302555 Any nonnegative number can be decomposed in the following way: n = a[x]b, where the brackets denote the box notation of hyperoperation. %C A302555 In this sequence we take the maximal value x where the above equation is satisfied for any nonnegative a and any nonnegative nonidentity element b. %C A302555 If n can be circulated (n = a[+oo]b, with nonidentity element b) then a(n)=0. An identity element b is a number where we would have the trivial decomposition a[x]b = a, for some x for any a. If x=1 (addition) the identity element is b=0. If x > 1 (multiplication, exponentiation, tetration, pentation, etc.) the identity element is b=1. If n is prime, a(n)=1 because there's no x > 1 such that a[x]b = n and b > 1. If n is composite but not a nontrivial power then a(n)=2, because there would be no x > 2 such that a[x]b = n and b > 1. If n is a power but not a nontrivial hyper-4 power then a(n)=3, because there would be no x > 3 such that a[x]b = n and b > 1. If n is a hyper-4 power but not a nontrivial hyper-5 power then a(n)=3, because there would be no x > 4 such that a[x]b = n and b > 1. And so on. %H A302555 Natan Arie' Consigli, <a href="/A302555/b302555.txt">Table of n, a(n) for n = 0..260</a> %F A302555 a(n) = 0 if n is 0, 1 or 4. %F A302555 a(n) = 1 if n is in A000040 (the primes). %F A302555 a(n) = 2 if n is in A106543 (non-powered composites). %F A302555 a(n) = 3 if n is in A302554 (non-hyper-4 power powers). %F A302555 a(n) = 4 if n is in A302553 (non-hyper-5 power hyper-4 powers). %F A302555 ... %e A302555 a(0) = 0 because 0[+oo]n = 0. %e A302555 a(1) = 0 because 1[+oo]n = 1. %e A302555 a(4) = 0 because 2[+oo]2 = 4. %e A302555 a(2) = 1 because 2 is prime. %e A302555 a(6) = 2 because 6 is composite but not a power. %e A302555 a(9) = 3 because 9 is a power but not a hyper-4 power. %e A302555 a(27) = 4 because 27 is a hyper-4 power but not a hyper-5 power. %e A302555 a(65536) = 5 because 65536 is a hyper-5 power but not a hyper-6 power. %e A302555 ... %Y A302555 Cf. A000040, A106543, A302553, A302554. %K A302555 nonn %O A302555 0,7 %A A302555 _Natan Arie Consigli_, Jul 08 2018