A229903 a(n) = (190/99)*(100^A001651(n)-1).
190, 19190, 191919190, 19191919190, 191919191919190, 19191919191919190, 191919191919191919190, 19191919191919191919190, 191919191919191919191919190, 19191919191919191919191919190, 191919191919191919191919191919190
Offset: 1
Links
- Index entries for linear recurrences with constant coefficients, signature (1,1000000,-1000000).
Programs
-
Mathematica
Table[190/99*(100^Floor[(3n-1)/2]-1),{n,11}]
-
PARI
Vec(190*x*(10000*x^2+100*x+1)/((x-1)*(1000*x-1)*(1000*x+1)) + O(x^100)) \\ Colin Barker, Nov 01 2013
Formula
a(n) = (100/99)*(100^floor((3n-1)/2)-1).
G.f.: 190*x*(10000*x^2+100*x+1) / ((x-1)*(1000*x-1)*(1000*x+1)). - Colin Barker, Nov 01 2013
Comments