login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094624 Expansion of g.f. x*(1+11*x+x^2)/((1-x)*(1+x)*(1-10*x^2)). 4
0, 1, 11, 12, 121, 122, 1221, 1222, 12221, 12222, 122221, 122222, 1222221, 1222222, 12222221, 12222222, 122222221, 122222222, 1222222221, 1222222222, 12222222221, 12222222222, 122222222221, 122222222222, 1222222222221, 1222222222222, 12222222222221 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Previous name: "Sequence whose n-th term digits sum to n."
n-th term digits are reversals of A094623(n).
LINKS
FORMULA
a(n) = 10^(n/2)*(11/18 + 11*sqrt(10)/180 - (11*sqrt(10)/180 - 11/18)(-1)^n) - 13/18 - (-1)^n/2.
From Colin Barker, Dec 01 2015: (Start)
a(n) = 11*a(n-2) - 10*a(n-4) for n > 3.
G.f.: x*(1+11*x+x^2) / ((1-x)*(1+x)*(1-10*x^2)). (End)
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
MATHEMATICA
LinearRecurrence[{0, 11, 0, -10}, {0, 1, 11, 12}, 30] (* Paolo Xausa, Feb 22 2024 *)
PROG
(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
CROSSREFS
Sequence in context: A110380 A164854 A033047 * A108218 A038326 A249312
KEYWORD
nonn,base,easy
AUTHOR
Paul Barry, May 15 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 07:41 EDT 2024. Contains 371964 sequences. (Running on oeis4.)