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!)
A083222 a(n) = (4*5^n + (-5)^n)/5. 5
1, 3, 25, 75, 625, 1875, 15625, 46875, 390625, 1171875, 9765625, 29296875, 244140625, 732421875, 6103515625, 18310546875, 152587890625, 457763671875, 3814697265625, 11444091796875, 95367431640625, 286102294921875 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A083297.
LINKS
FORMULA
a(n) = (4*5^n + (-5)^n)/5.
G.f.: (1+3*x)/((1+5*x)(1-5*x)).
E.g.f.: (4*exp(5*x) + exp(-5*x))/5.
MATHEMATICA
LinearRecurrence[{0, 25}, {1, 3}, 30] (* or *) Riffle[NestList[25#&, 1, 10], NestList[ 25#&, 3, 10]] (* Harvey P. Dale, Dec 14 2017 *)
PROG
(Magma) [(4*5^n+(-5)^n)/5: n in [0..25]]; // Vincenzo Librandi, Jun 29 2011
(PARI) a(n)=(4*5^n+(-5)^n)/5 \\ Charles R Greathouse IV, Jun 29 2011
CROSSREFS
Sequence in context: A290165 A129443 A083298 * A041565 A114378 A075306
KEYWORD
easy,nonn
AUTHOR
Paul Barry, Apr 23 2003
EXTENSIONS
Edited by N. J. A. Sloane, Jun 08 2007
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 23 17:39 EDT 2024. Contains 372765 sequences. (Running on oeis4.)