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 A064676 #10 Jul 22 2023 17:06:54 %S A064676 2,4,6,8,10,12,14,16,18,20,22,24,27,29,31,33,35,37,39,41,43,45,47,49, %T A064676 51,54,56,58,60,62,64,66,68,70,72,74,76,78,81,83,85,87,89,91,93,95,97, %U A064676 99,101,103,106,108,110,112,114,116,118,120,122,124,126,128,130,133 %N A064676 A Beatty sequence for 10*i^i. %C A064676 ii = 10Chop[ N[ I^I, 24], 10^-30]; Table[ Floor[n*ii], {n, 1, 70} ] %H A064676 Harry J. Smith, <a href="/A064676/b064676.txt">Table of n, a(n) for n = 1..2000</a> %o A064676 (PARI) { default(realprecision, 100); b=10*real(I^I); for (n = 1, 2000, write("b064676.txt", n, " ", floor(n*b)); ) } \\ _Harry J. Smith_, Sep 21 2009 %Y A064676 Cf. A064679, A049006. %K A064676 easy,nonn %O A064676 1,1 %A A064676 _Robert G. Wilson v_, Oct 16 2001