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!)
A178671 a(n) = 5^n - 5. 3
-4, 0, 20, 120, 620, 3120, 15620, 78120, 390620, 1953120, 9765620, 48828120, 244140620, 1220703120, 6103515620, 30517578120, 152587890620, 762939453120, 3814697265620, 19073486328120, 95367431640620, 476837158203120, 2384185791015620, 11920928955078120 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 5*a(n-1) + 20 with a(0) = -4.
From R. J. Mathar, Jan 03 2011: (Start)
G.f.: 4*(-1+6*x)/((1-5*x)*(1-x)).
a(n) = 4*A104891(n-1), n > 0. (End)
a(n) = 6*a(n-1) - 5*a(n-2) for n > 1. - Vincenzo Librandi, Jan 25 2013
E.g.f.: exp(5*x) - 5*exp(x). - G. C. Greubel, Jan 28 2019
EXAMPLE
a(n) = A178676(n)-10 = A242329(n)-9 = A242328(n)-7 = A034474(n)-6 = A000351(n)-5. - Elmo R. Oliveira, Dec 06 2023
MATHEMATICA
5^Range[0, 30]-5 (* Vladimir Joseph Stephan Orlovsky, Feb 20 2011 *)
PROG
(Magma) [5^n-5: n in [0..25]];
(PARI) vector(30, n, n--; 5^n-5) \\ G. C. Greubel, Jan 28 2019
(Sage) [5^n-5 for n in range(30)] # G. C. Greubel, Jan 28 2019
(GAP) List([0..30], n -> 5^n-5); # G. C. Greubel, Jan 28 2019
CROSSREFS
Sequence in context: A286032 A199933 A078630 * A076021 A179270 A246132
KEYWORD
sign,easy
AUTHOR
Vincenzo Librandi, Dec 25 2010
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 10 08:52 EDT 2024. Contains 372373 sequences. (Running on oeis4.)