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!)
A064751 a(n) = n*5^n - 1. 6
4, 49, 374, 2499, 15624, 93749, 546874, 3124999, 17578124, 97656249, 537109374, 2929687499, 15869140624, 85449218749, 457763671874, 2441406249999, 12969970703124, 68664550781249, 362396240234374, 1907348632812499, 10013580322265624, 52452087402343749 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
G.f.: x*(4 + 5*x - 25*x^2)/((1 - 5*x)^2*(1 - x)). - Vincenzo Librandi, Jun 21 2018
a(n) = A036291(n) - 1. - Michel Marcus, Jun 21 2018
MATHEMATICA
Table[n*5^n-1, {n, 20}] (* or *) LinearRecurrence[{11, -35, 25}, {4, 49, 374}, 20] (* Harvey P. Dale, Jun 25 2017 *)
CoefficientList[Series[(4 + 5 x - 25 x^2) / ((1 - 5 x)^2 (1 - x)), {x, 0, 33}], x] (* Vincenzo Librandi, Jun 21 2018 *)
PROG
(PARI) { for (n=1, 150, write("b064751.txt", n, " ", n*5^n - 1) ) } \\ Harry J. Smith, Sep 24 2009
(Magma) [n*5^n - 1: n in [1..30]]; // Vincenzo Librandi, Jun 21 2018
CROSSREFS
Cf. A036291.
Sequence in context: A113525 A290263 A224538 * A045787 A067474 A053769
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Oct 19 2001
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 13 21:17 EDT 2024. Contains 372523 sequences. (Running on oeis4.)