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!)
A130129 a(n) = (3*n+1)*2^n. 6
1, 8, 28, 80, 208, 512, 1216, 2816, 6400, 14336, 31744, 69632, 151552, 327680, 704512, 1507328, 3211264, 6815744, 14417920, 30408704, 63963136, 134217728, 281018368, 587202560, 1224736768, 2550136832, 5301600256, 11005853696, 22817013760 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n+1) - a(n) = A066373(n+3). - J. M. Bergot, Apr 21 2013
G.f.: ( 1+4*x ) / (1-2*x)^2. - R. J. Mathar, Apr 25 2013
E.g.f.: (1+6*x)*exp(2*x). - G. C. Greubel, Sep 28 2022
MATHEMATICA
Table[2^n*(3*n+1), {n, 0, 30}] (* G. C. Greubel, Sep 28 2022 *)
PROG
(Magma) [(3*n+1)*2^n: n in [0..30]]; // Vincenzo Librandi, May 04 2011
(SageMath) [2^n*(3*n+1) for n in range(30)] # G. C. Greubel, Sep 28 2022
CROSSREFS
Cf. A016921 (inverse binomial transform).
Sequence in context: A293289 A305638 A331757 * A317032 A229713 A212516
KEYWORD
nonn,easy
AUTHOR
Paul Curtz, Aug 01 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 April 20 11:27 EDT 2024. Contains 371838 sequences. (Running on oeis4.)