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!)
A048501 a(n) = 2^(n-1)*(8*n-14)+8. 1
1, 2, 12, 48, 152, 424, 1096, 2696, 6408, 14856, 33800, 75784, 167944, 368648, 802824, 1736712, 3735560, 7995400, 17039368, 36175880, 76546056, 161480712, 339738632, 713031688, 1493172232, 3120562184, 6509559816, 13555990536, 28185722888, 58518929416 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
a(n) = T(7, n), array T given by A048494.
LINKS
FORMULA
G.f.: (1-3*x+10*x^2) / ((1-x)*(1-2*x)^2). - Colin Barker, Aug 24 2016
MATHEMATICA
Table[2^(n-1) (8n-14)+8, {n, 0, 30}] (* or *) LinearRecurrence[{5, -8, 4}, {1, 2, 12}, 30] (* Harvey P. Dale, Nov 22 2014 *)
PROG
(Magma) [2^(n-1)*(8*n-14)+8 : n in [0..30]]; // Vincenzo Librandi, Sep 25 2011
(PARI) Vec((1-3*x+10*x^2)/((1-x)*(1-2*x)^2) + O(x^40)) \\ Colin Barker, Aug 24 2016
CROSSREFS
Sequence in context: A069946 A176684 A216152 * A001815 A347324 A333728
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
Formula from Ralf Stephan, Jan 15 2004
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 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)