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.

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

This page as a plain text file.
%I A057070 #14 Mar 14 2025 11:01:52
%S A057070 16777216,8388608,5592405,4194304,3355443,2796202,2396745,2097152,
%T A057070 1864135,1677721,1525201,1398101,1290555,1198372,1118481,1048576,
%U A057070 986895,932067,883011,838860,798915,762600,729444,699050,671088,645277
%N A057070 a(n) = floor(8^8/n).
%H A057070 Seiichi Manyama, <a href="/A057070/b057070.txt">Table of n, a(n) for n = 1..10000</a>
%H A057070 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%t A057070 Floor[16777216/Range[30]] (* _Harvey P. Dale_, Aug 14 2018 *)
%o A057070 (PARI) a(n) = 8^8\n; \\ _Seiichi Manyama_, Aug 12 2023
%Y A057070 Cf. A000007, A033324, A033347, A057066-A057075.
%K A057070 nonn,easy
%O A057070 1,1
%A A057070 _Henry Bottomley_, Jul 31 2000