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!)
A171415 a(n) = 99*a(n-1) - a(n-2); a(0) = 0, a(1) = 1. 1
0, 1, 99, 9800, 970101, 96030199, 9506019600, 940999910201, 93149485090299, 9220858024029400, 912771794893820301, 90355186836464180399, 8944250725015060039200, 885390466589654479700401 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
Related to Motzkin numbers.
LINKS
FORMULA
a(n+1)^2 - a(n)^2 = a(2*n+1). - Richard Choulet_, Dec 10 2009
G.f.: x/(1-99*x+x^2). - Philippe Deléham, Dec 09 2009
MAPLE
a(0):=0: a(1):=1: for n from 0 to 50 do a(n+2):=99*a(n+1)-a(n): od: seq(a(n), n=0..30);
taylor((z/(1-99*z+z^2)), z=0, 30); # Richard Choulet, Dec 10 2009
MATHEMATICA
LinearRecurrence[{99, -1}, {0, 1}, 30] (* Harvey P. Dale, Dec 18 2015 *)
CROSSREFS
Sequence in context: A213155 A046173 A278620 * A327926 A098609 A195623
KEYWORD
nonn,easy
AUTHOR
Mark Dols, Dec 08 2009
EXTENSIONS
Offset adapted to definition by Georg Fischer, Jun 18 2021
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 17 23:23 EDT 2024. Contains 371767 sequences. (Running on oeis4.)