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.

A129798 a(n) = floor(8^n/n).

This page as a plain text file.
%I A129798 #12 Sep 08 2022 08:45:30
%S A129798 8,32,170,1024,6553,43690,299593,2097152,14913080,107374182,780903144,
%T A129798 5726623061,42288908760,314146179364,2345624805922,17592186044416,
%U A129798 132458812569720,1000799917193443,7585009898729256
%N A129798 a(n) = floor(8^n/n).
%H A129798 Vincenzo Librandi, <a href="/A129798/b129798.txt">Table of n, a(n) for n = 1..300</a>
%t A129798 Table[Floor[8^n/n],{n,20}] (* _Harvey P. Dale_, Aug 03 2019 *)
%o A129798 (Magma)[Floor(8^n / n): n in [1..25]]; // _Vincenzo Librandi_, May 08 2011
%Y A129798 Cf. A000799, A092763, A053638.
%K A129798 nonn
%O A129798 1,1
%A A129798 _Mohammad K. Azarian_, May 18 2007