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!)
A084643 a(n) = 3^(n-1)*(2*n-3) + 2^(n+1). 3
1, 3, 11, 43, 167, 631, 2315, 8275, 28943, 99439, 336659, 1126027, 3728279, 12239527, 39890843, 129205699, 416249375, 1334710495, 4262149667, 13560765691, 43005771431, 135988785943, 428882869931, 1349402340403 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Binomial transform of A048495. Second binomial transform of 1, 1, 3, 5, 7, ...
LINKS
FORMULA
G.f.: (1 - 5*x + 8*x^2)/((1-2*x)*(1-3*x)^2). - Colin Barker, Mar 22 2012
E.g.f.: 2*exp(2*x) + (2*x-1)*exp(3*x). - G. C. Greubel, Mar 22 2023
MATHEMATICA
LinearRecurrence[{8, -21, 18}, {1, 3, 11}, 30] (* Harvey P. Dale, Dec 12 2015 *)
PROG
(Magma) [3^(n-1)*(2*n-3)+2^(n+1) : n in [0..30]]; // Vincenzo Librandi, Sep 25 2011
(PARI) Vec((1-5*x+8*x^2)/(1-2*x)/(1-3*x)^2+O(x^99)) \\ Charles R Greathouse IV, Mar 22 2012
(SageMath) [2^(n+1) +3^(n-1)*(2*n-3) for n in range(41)] # G. C. Greubel, Mar 22 2023
CROSSREFS
Sequence in context: A140803 A246758 A342632 * A364865 A302705 A007583
KEYWORD
nonn,easy
AUTHOR
Paul Barry, Jun 09 2003
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 March 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)