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!)
A103455 a(n) = 0^n + 5^n - 1. 3
1, 4, 24, 124, 624, 3124, 15624, 78124, 390624, 1953124, 9765624, 48828124, 244140624, 1220703124, 6103515624, 30517578124, 152587890624, 762939453124, 3814697265624, 19073486328124, 95367431640624, 476837158203124 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A transform of 5^n under the matrix A103452.
LINKS
FORMULA
G.f.: (1 - 2*x + 5*x^2)/((1-x)*(1-5*x)).
a(n) = Sum_{k=0..n} A103452(n, k)*5^k.
a(n) = Sum_{k=0..n} (2*0^(n-k) - 1)*0^(k*(n-k))*5^k.
a(n) = A024049(n), n > 0. - R. J. Mathar, Aug 30 2008
E.g.f.: 1 - exp(x) + exp(5*x). - G. C. Greubel, Jun 21 2021
MATHEMATICA
Join[{1}, 5^Range[20]-1] (* Harvey P. Dale, Nov 15 2011 *)
PROG
(Magma) [0^n+5^n-1: n in [0..30]]; // Vincenzo Librandi, Jun 06 2011
(Sage) [1]+[5^n -1 for n in [1..40]] # G. C. Greubel, Jun 21 2021
CROSSREFS
Sequence in context: A098224 A339123 A024049 * A289715 A174443 A180222
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Feb 06 2005
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)