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!)
A048468 a(n) = T(7,n), array T given by A047858. 1
1, 9, 26, 62, 138, 298, 634, 1338, 2810, 5882, 12282, 25594, 53242, 110586, 229370, 475130, 983034, 2031610, 4194298, 8650746, 17825786, 36700154, 75497466, 155189242, 318767098, 654311418, 1342177274, 2751463418, 5637144570, 11542724602, 23622320122 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
n-th difference of a(n), a(n-1), ..., a(0) is (8, 9, 10, ...).
LINKS
FORMULA
a(n) = 2^(n-1)*(n+14)-6. a(0)=1, a(1)=9, a(2)=26, a(n) = 5*a(n-1)-8*a(n-2)+4*a(n-3). - Vincenzo Librandi, Sep 28 2011
a(n) = 2^(n-1)*(n+14)-6. G.f.: (1+4*x-11*x^2) / ((1-x)*(1-2*x)^2). - Colin Barker, Feb 18 2016
MATHEMATICA
LinearRecurrence[{5, -8, 4}, {1, 9, 26}, 30] (* Harvey P. Dale, Apr 19 2012 *)
PROG
(Magma) [2^(n-1)*(n+14)-6: n in [0..30]]; // Vincenzo Librandi, Sep 28 2011
(PARI) Vec((1+4*x-11*x^2)/((1-x)*(1-2*x)^2) + O(x^40)) \\ Colin Barker, Feb 18 2016
CROSSREFS
Sequence in context: A338548 A249275 A270695 * A255108 A048771 A055849
KEYWORD
nonn,easy
AUTHOR
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 24 02:46 EDT 2024. Contains 371917 sequences. (Running on oeis4.)