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.

A171461 a(n) = 1 + 6*10^n + 100^n.

This page as a plain text file.
%I A171461 #11 Feb 25 2020 10:30:30
%S A171461 8,161,10601,1006001,100060001,10000600001,1000006000001,
%T A171461 100000060000001,10000000600000001,1000000006000000001,
%U A171461 100000000060000000001,10000000000600000000001,1000000000006000000000001,100000000000060000000000001,10000000000000600000000000001,1000000000000006000000000000001
%N A171461 a(n) = 1 + 6*10^n + 100^n.
%H A171461 Colin Barker, <a href="/A171461/b171461.txt">Table of n, a(n) for n = 0..100</a>
%H A171461 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (111,-1110,1000).
%F A171461 From _Colin Barker_, Feb 25 2020: (Start)
%F A171461 G.f.: (8 - 727*x + 1610*x^2) / ((1 - x)*(1 - 10*x)*(1 - 100*x)).
%F A171461 a(n) = 111*a(n-1) - 1110*a(n-2) + 1000*a(n-3) for n>2.
%F A171461 (End)
%F A171461 E.g.f.: exp(x)*(1 + 6*exp(9*x) + exp(99*x)). - _Stefano Spezia_, Feb 25 2020
%t A171461 Join[{8},Table[FromDigits[Join[{1},PadRight[{},n,0],{6},PadRight[{},n,0],{1}]],{n,0,10}]] (* _Harvey P. Dale_, May 15 2014 *)
%o A171461 (PARI) a(n) = 1 + 6*10^n + 100^n; \\ _Jinyuan Wang_, Feb 25 2020
%o A171461 (PARI) Vec((8 - 727*x + 1610*x^2) / ((1 - x)*(1 - 10*x)*(1 - 100*x)) + O(x^15)) \\ _Colin Barker_, Feb 25 2020
%K A171461 nonn,easy
%O A171461 0,1
%A A171461 _Jason Earls_, Dec 09 2009
%E A171461 More terms from _Jinyuan Wang_, Feb 25 2020