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!)
A036291 a(n) = n*5^n. 8

%I #20 Aug 17 2023 21:38:17

%S 0,5,50,375,2500,15625,93750,546875,3125000,17578125,97656250,

%T 537109375,2929687500,15869140625,85449218750,457763671875,

%U 2441406250000,12969970703125,68664550781250,362396240234375,1907348632812500,10013580322265625,52452087402343750

%N a(n) = n*5^n.

%H Vincenzo Librandi, <a href="/A036291/b036291.txt">Table of n, a(n) for n = 0..200</a>

%H <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (10,-25).

%F G.f.: 5*x/(1 - 5*x)^2. - _Vincenzo Librandi_, Sep 09 2014

%F From _Amiram Eldar_, Jul 20 2020: (Start)

%F Sum_{n>=1} 1/a(n) = log(5/4).

%F Sum_{n>=1} (-1)^(n+1)/a(n) = log(6/5). (End)

%p g:=1/(1-5*z): gser:=series(g, z=0, 43): seq(coeff(gser, z, n)*n, n=0..31); # _Zerinvary Lajos_, Jan 09 2009

%t Table[n 5^n, {n, 0, 20}] (* _Vincenzo Librandi_, Sep 09 2014 *)

%o (Magma) [n*5^n: n in [0..20]]; // _Vincenzo Librandi_, Sep 09 2014

%K nonn,easy

%O 0,2

%A _N. J. A. Sloane_.

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 June 10 01:53 EDT 2024. Contains 373251 sequences. (Running on oeis4.)