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.

A155872 a(n) = 10^n + 11^n.

This page as a plain text file.
%I A155872 #20 Sep 12 2024 19:10:19
%S A155872 2,21,221,2331,24641,261051,2771561,29487171,314358881,3357947691,
%T A155872 35937424601,385311670611,4138428376721,44522712143931,
%U A155872 479749833583241,5177248169415651,55949729863572161,605447028499293771,6559917313492231481,71159090448414546291,772749994932560009201
%N A155872 a(n) = 10^n + 11^n.
%C A155872 a(n) gives the combined total number of n digit numbers [preceding zeros allowed] in base 10 and 11.
%H A155872 Vincenzo Librandi, <a href="/A155872/b155872.txt">Table of n, a(n) for n = 0..900</a>
%H A155872 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (21,-110).
%F A155872 G.f.: 1/(1-10*x) + 1/(1-11*x). - _Vincenzo Librandi_, Feb 06 2013
%F A155872 From _Elmo R. Oliveira_, Sep 12 2024: (Start)
%F A155872 E.g.f.: exp(10*x)*(exp(x) + 1).
%F A155872 a(n) = 21*a(n-1) - 110*a(n-2) for n > 1. (End)
%t A155872 CoefficientList[Series[1/(1 - 10 x) + 1/(1 - 11 x), {x, 0, 30}], x] (* _Vincenzo Librandi_, Feb 06 2013 *)
%t A155872 LinearRecurrence[{21,-110},{2,21},20] (* _Harvey P. Dale_, Aug 27 2020 *)
%o A155872 (Magma) [10^n+11^n: n in [0..30]]; // _Vincenzo Librandi_, Feb 06 2013
%K A155872 nonn,easy
%O A155872 0,1
%A A155872 Avik Roy (avik_3.1416(AT)yahoo.co.in), Jan 29 2009