OFFSET
0,2
COMMENTS
Digits are reversals of A094622.
Previous name was: Sequence whose n-th term's digits sum to 2n.
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,11,0,-10).
FORMULA
a(n) = 10^(n/2)*((11*sqrt(10)/20 - 1) + (13/18 - 13*sqrt(10)/18)*(-1)^n + 31*sqrt(10)/180 + 31/18) + (-1)^n - 22/9.
G.f.: x*(11+13*x+20*x^2) / ( (x-1)*(1+x)*(10*x^2-1) ). - R. J. Mathar, Nov 27 2014
MATHEMATICA
LinearRecurrence[{0, 11, 0, -10}, {0, 11, 13, 141}, 30] (* Harvey P. Dale, Nov 12 2017 *)
CROSSREFS
KEYWORD
easy,nonn,base
AUTHOR
Paul Barry, May 15 2004
STATUS
approved