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.

A057068 a(n) = floor(6^6/n).

This page as a plain text file.
%I A057068 #12 Mar 14 2025 10:55:06
%S A057068 46656,23328,15552,11664,9331,7776,6665,5832,5184,4665,4241,3888,3588,
%T A057068 3332,3110,2916,2744,2592,2455,2332,2221,2120,2028,1944,1866,1794,
%U A057068 1728,1666,1608,1555,1505,1458,1413,1372,1333,1296,1260,1227,1196,1166,1137
%N A057068 a(n) = floor(6^6/n).
%H A057068 Seiichi Manyama, <a href="/A057068/b057068.txt">Table of n, a(n) for n = 1..10000</a>
%H A057068 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%o A057068 (PARI) a(n) = 6^6\n; \\ _Seiichi Manyama_, Aug 12 2023
%Y A057068 Cf. A000007, A033324, A033347, A057066-A057075.
%K A057068 nonn,easy
%O A057068 1,1
%A A057068 _Henry Bottomley_, Jul 31 2000