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!)
A198764 6*5^n-1. 2
5, 29, 149, 749, 3749, 18749, 93749, 468749, 2343749, 11718749, 58593749, 292968749, 1464843749, 7324218749, 36621093749, 183105468749, 915527343749, 4577636718749, 22888183593749, 114440917968749, 572204589843749, 2861022949218749 (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.: (5 - x)/(1 - 6*x + 5*x^2). - Vincenzo Librandi, Jan 04 2013
MATHEMATICA
CoefficientList[Series[(5 - x)/(1 - 6*x + 5*x^2), {x, 0, 30}], x] (* Vincenzo Librandi, Jan 04 2013 *)
6*5^Range[0, 30]-1 (* or *) LinearRecurrence[{6, -5}, {5, 29}, 30] (* Harvey P. Dale, Dec 21 2014 *)
PROG
(Magma) [6*5^n-1: n in [0..30]]
CROSSREFS
Sequence in context: A027864 A272839 A272921 * A065541 A060926 A320089
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 March 28 12:26 EDT 2024. Contains 371254 sequences. (Running on oeis4.)