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!)
A178676 a(n) = 5^n + 5. 5
6, 10, 30, 130, 630, 3130, 15630, 78130, 390630, 1953130, 9765630, 48828130, 244140630, 1220703130, 6103515630, 30517578130, 152587890630, 762939453130, 3814697265630, 19073486328130, 95367431640630, 476837158203130, 2384185791015630, 11920928955078130 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(n) = 5*(a(n-1) - 4) with a(0) = 6.
G.f.: (6-26*x)/((1-5*x)*(1-x)). - R. J. Mathar, Jan 05 2011
a(n) = 6*a(n-1) - 5*a(n-2) for n > 1. - Vincenzo Librandi, Sep 30 2013
E.g.f.: exp(5*x) + 5*exp(x). - G. C. Greubel, Jan 27 2019
a(n) = A000351(n)+5 = A034474(n)+4 = A242328(n)+3 = A242329(n)+1. - Elmo R. Oliveira, Dec 06 2023
EXAMPLE
G.f. = 6 + 10*x + 30*x^2 + 130*x^3 + 630*x^4 + 3130*x^5 + 15630*x^6 + ... - Michael Somos, Jan 28 2019
MATHEMATICA
Table[5^n + 5, {n, 0, 40}] (* Vincenzo Librandi, Sep 30 2013 *)
PROG
(Magma) [5^n+5: n in [0..35]];
(PARI) a(n)=5^n+5 \\ Charles R Greathouse IV, Oct 07 2015
(Sage) [5^n+5 for n in range(40)] # G. C. Greubel, Jan 27 2019
(GAP) List([0..30], n -> 5^n +5); # G. C. Greubel, Jan 27 2019
CROSSREFS
Sequence in context: A256865 A163478 A130440 * A266957 A137272 A121801
KEYWORD
nonn,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 March 28 16:34 EDT 2024. Contains 371254 sequences. (Running on oeis4.)