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.

A309827 a(n) is the square of the number consisting of one 1 and n 6's: (166...6)^2.

This page as a plain text file.
%I A309827 #37 Dec 13 2021 14:31:37
%S A309827 1,256,27556,2775556,277755556,27777555556,2777775555556,
%T A309827 277777755555556,27777777555555556,2777777775555555556,
%U A309827 277777777755555555556,27777777777555555555556,2777777777775555555555556,277777777777755555555555556,27777777777777555555555555556
%N A309827 a(n) is the square of the number consisting of one 1 and n 6's: (166...6)^2.
%C A309827 All terms are zeroless (element of A052382).
%H A309827 Seiichi Manyama, <a href="/A309827/b309827.txt">Table of n, a(n) for n = 0..500</a>
%H A309827 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (111,-1110,1000).
%F A309827 a(n) = A246057(n)^2 = ((5*10^n-2)/3)^2.
%F A309827 a(n) = 111*a(n-1) - 1110*a(n-2) + 1000*a(n-3).
%F A309827 G.f.: (1+145*x+250*x^2)/((1-x)*(1-10*x)*(1-100*x)).
%t A309827 LinearRecurrence[{111,-1110,1000},{1,256,27556},20] (* _Harvey P. Dale_, Dec 13 2021 *)
%o A309827 (PARI) {a(n) = ((5*10^n-2)/3)^2}
%o A309827 (PARI) N=20; x='x+O('x^N); Vec((1+145*x+250*x^2)/((1-x)*(1-10*x)*(1-100*x)))
%Y A309827 ((k*10^n+3-k)/3)^2: A102807 (k=1), A109344 (k=2), A098608 (k=3), A309907 (k=4), this sequence (k=5).
%Y A309827 Cf. A052382, A246057.
%K A309827 nonn,base
%O A309827 0,2
%A A309827 _Seiichi Manyama_, Aug 23 2019