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.

A010731 Constant sequence: the all 8's sequence.

This page as a plain text file.
%I A010731 #44 Feb 21 2024 10:36:38
%S A010731 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
%T A010731 8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,8,
%U A010731 8,8,8,8,8,8,8,8,8,8,8,8,8
%N A010731 Constant sequence: the all 8's sequence.
%C A010731 Continued fraction expansion of 4+sqrt(17). - _Bruno Berselli_, Mar 15 2011
%C A010731 Decimal expansion of 8/9. - _Elmo R. Oliveira_, Feb 20 2024
%H A010731 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>
%H A010731 INRIA Algorithms Project, <a href="http://ecs.inria.fr/services/structure?nbr=1016">Encyclopedia of Combinatorial Structures 1016</a>
%H A010731 <a href="/index/Di#divseq">Index to divisibility sequences</a>
%H A010731 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%F A010731 G.f.: 8/(1-x). - _Bruno Berselli_, Mar 15 2011
%F A010731 E.g.f.: 8*exp(x). - _Elmo R. Oliveira_, Feb 20 2024
%t A010731 PadRight[{},120,8] (* _Harvey P. Dale_, Aug 15 2021 *)
%o A010731 (PARI) a(n)=8 \\ _Charles R Greathouse IV_, Oct 07 2015
%Y A010731 Cf. A136016.
%K A010731 nonn,easy
%O A010731 0,1
%A A010731 _N. J. A. Sloane_