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.

A094624 Expansion of g.f. x*(1+11*x+x^2)/((1-x)*(1+x)*(1-10*x^2)).

This page as a plain text file.
%I A094624 #20 Feb 22 2024 09:02:30
%S A094624 0,1,11,12,121,122,1221,1222,12221,12222,122221,122222,1222221,
%T A094624 1222222,12222221,12222222,122222221,122222222,1222222221,1222222222,
%U A094624 12222222221,12222222222,122222222221,122222222222,1222222222221,1222222222222,12222222222221
%N A094624 Expansion of g.f. x*(1+11*x+x^2)/((1-x)*(1+x)*(1-10*x^2)).
%C A094624 Previous name: "Sequence whose n-th term digits sum to n."
%C A094624 n-th term digits are reversals of A094623(n).
%H A094624 Colin Barker, <a href="/A094624/b094624.txt">Table of n, a(n) for n = 0..1000</a>
%H A094624 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0,11,0,-10).
%F A094624 a(n) = 10^(n/2)*(11/18 + 11*sqrt(10)/180 - (11*sqrt(10)/180 - 11/18)(-1)^n) - 13/18 - (-1)^n/2.
%F A094624 From _Colin Barker_, Dec 01 2015: (Start)
%F A094624 a(n) = 11*a(n-2) - 10*a(n-4) for n > 3.
%F A094624 G.f.: x*(1+11*x+x^2) / ((1-x)*(1+x)*(1-10*x^2)). (End)
%F A094624 E.g.f.: (110*(cosh(sqrt(10)*x) - cosh(x)) + 11*sqrt(10)*sinh(sqrt(10)*x) - 20*sinh(x))/90. - _Stefano Spezia_, Feb 21 2024
%t A094624 LinearRecurrence[{0, 11, 0, -10}, {0, 1, 11, 12}, 30] (* _Paolo Xausa_, Feb 22 2024 *)
%o A094624 (PARI) concat(0, Vec(x*(1+11*x+x^2)/((1-x)*(1+x)*(1-10*x^2)) + O(x^40))) \\ _Colin Barker_, Dec 01 2015
%Y A094624 Cf. A094623, A094625, A094626.
%K A094624 nonn,base,easy
%O A094624 0,3
%A A094624 _Paul Barry_, May 15 2004