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!)
A195857 a(n) = T(9, n), array T given by A047858. 1
1, 11, 32, 76, 168, 360, 760, 1592, 3320, 6904, 14328, 29688, 61432, 126968, 262136, 540664, 1114104, 2293752, 4718584, 9699320, 19922936, 40894456, 83886072, 171966456, 352321528, 721420280, 1476395000, 3019898872, 6174015480, 12616466424, 25769803768 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = 2^(n-1)*(n+18)-8.
a(0)=1, a(1)=11, a(2)=32, a(n) = 5*a(n-1)-8*a(n-2)+4*a(n-3).
G.f.: (1+6*x-15*x^2) / ((1-x)*(1-2*x)^2). - Colin Barker, Aug 24 2016
PROG
(Magma) [2^(n-1)*(n+18)-8: n in [0..30]]
(PARI) Vec((1+6*x-15*x^2)/((1-x)*(1-2*x)^2) + O(x^40)) \\ Colin Barker, Aug 24 2016
CROSSREFS
Sequence in context: A059134 A215727 A007790 * A048773 A056123 A006655
KEYWORD
nonn,easy
AUTHOR
Vincenzo Librandi, Sep 28 2011
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 25 07:07 EDT 2024. Contains 371964 sequences. (Running on oeis4.)