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 A066846 #14 Aug 17 2025 21:12:16 %S A066846 2,5,8,28,31,54,257,260,283,512,3126,3129,3152,3381,6250,46657,46660, %T A066846 46683,46912,49781,93312,823544,823547,823570,823799,826668,870199, %U A066846 1647086,16777217,16777220,16777243,16777472,16780341,16823872,17600759,33554432 %N A066846 Numbers of the form a^a + b^b, a >= b > 0. %e A066846 28 is included because 28 = 1^1 + 3^3. %t A066846 nn = 10; Select[Union[Flatten[Table[a^a + b^b, {a, nn}, {b, a, nn}]]], # <= nn^nn + 1 &] (* _T. D. Noe_, Nov 15 2012 *) %Y A066846 Cf. A000312, A218346, A218347. %Y A066846 Cf. A068145: primes of the form a^a + b^b. %K A066846 easy,nonn %O A066846 0,1 %A A066846 _Leroy Quet_, Jan 20 2002 %E A066846 Name improved by _Alex Ratushnyak_, Oct 26 2012