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.

A057073 a(n) = floor(11^11/n).

This page as a plain text file.
%I A057073 #14 Mar 14 2025 11:03:13
%S A057073 285311670611,142655835305,95103890203,71327917652,57062334122,
%T A057073 47551945101,40758810087,35663958826,31701296734,28531167061,
%U A057073 25937424601,23775972550,21947051585,20379405043,19020778040
%N A057073 a(n) = floor(11^11/n).
%H A057073 Seiichi Manyama, <a href="/A057073/b057073.txt">Table of n, a(n) for n = 1..10000</a>
%H A057073 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%t A057073 With[{c=11^11},Table[Floor[c/n],{n,20}]] (* _Harvey P. Dale_, Jun 10 2022 *)
%o A057073 (PARI) a(n) = 11^11\n; \\ _Seiichi Manyama_, Aug 12 2023
%Y A057073 Cf. A000007, A033324, A033347, A057066-A057075.
%K A057073 nonn,easy
%O A057073 1,1
%A A057073 _Henry Bottomley_, Jul 31 2000