The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A198767 8*5^n-1. 1
7, 39, 199, 999, 4999, 24999, 124999, 624999, 3124999, 15624999, 78124999, 390624999, 1953124999, 9765624999, 48828124999, 244140624999, 1220703124999, 6103515624999, 30517578124999, 152587890624999, 762939453124999 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 5*a(n-1)+4.
a(n) = 6*a(n-1)-5*a(n-2), n>1.
G.f.: (7 - 3*x)/(1 - 6*x + 5*x^2). - Vincenzo Librandi, Jan 04 2013
MATHEMATICA
CoefficientList[Series[(7 - 3*x)/(1 - 6*x + 5*x^2), {x, 0, 30}], x] (* Vincenzo Librandi, Jan 04 2013 *)
PROG
(Magma) [8*5^n-1: n in [0..30]];
CROSSREFS
Sequence in context: A004057 A081898 A034267 * A026752 A026379 A026708
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Oct 30 2011
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 May 21 17:21 EDT 2024. Contains 372738 sequences. (Running on oeis4.)