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!)
A133577 a(n) = a(n-1) + 10*a(n-2) for n >= 2, a(0)=1, a(1)=2. 4
1, 2, 12, 32, 152, 472, 1992, 6712, 26632, 93752, 360072, 1297592, 4898312, 17874232, 66857352, 245599672, 914173192, 3370169912, 12511901832, 46213600952, 171332619272, 633468628792, 2346794821512, 8681481109432 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1+x)/(1-x-10*x^2).
a(n) = Sum_{k=0..n+1} A122950(n+1,k)*9^(n+1-k). - Philippe Deléham, Jan 08 2008
MATHEMATICA
LinearRecurrence[{1, 10}, {1, 2}, 24] (* or *)
CoefficientList[Series[(1 + x)/(1 - x - 10 x^2), {x, 0, 23}], x] (* Michael De Vlieger, Jul 20 2017 *)
CROSSREFS
Sequence in context: A000647 A358852 A363661 * A106185 A098203 A305330
KEYWORD
easy,nonn
AUTHOR
Philippe Deléham, Jan 03 2008
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 March 28 16:12 EDT 2024. Contains 371254 sequences. (Running on oeis4.)