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!)
A166725 a(n) = (2*n+1)*25^n. 2
1, 75, 3125, 109375, 3515625, 107421875, 3173828125, 91552734375, 2593994140625, 72479248046875, 2002716064453125, 54836273193359375, 1490116119384765625, 40233135223388671875, 1080334186553955078125, 28870999813079833984375, 768341124057769775390625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
G.f.: (1+25*x)/(1-25*x)^2.
Sum_{k>=0} 1/a(k) = (5/2)*log(3/2).
E.g.f.: (50*x + 1)*exp(25*x). - G. C. Greubel, May 24 2016
Sum_{n>=0} (-1)^n/a(n) = 5*arctan(1/5). - Amiram Eldar, Feb 26 2022
MATHEMATICA
Table[5^(2*n) *(2*n + 1), {n, 0, 10}] (* G. C. Greubel, May 24 2016 *)
LinearRecurrence[{50, -625}, {1, 75}, 30] (* Harvey P. Dale, Mar 02 2018 *)
PROG
(PARI) a(n)=(2*n+1)*25^n
(Magma) [(2*n+1)*25^n: n in [0..20]]; // Vincenzo Librandi, Jun 08 2011
CROSSREFS
Cf. A058962 ((2n+1)*4^n), A155988 ((2n+1)*9^n), A016578 (log(3/2)).
Sequence in context: A278154 A017791 A017738 * A075913 A134228 A324452
KEYWORD
nonn
AUTHOR
Jaume Oliver Lafont, Oct 20 2009
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)