login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A047861 a(n) = T(4,n), array T given by A047858. 1
1, 6, 17, 41, 93, 205, 445, 957, 2045, 4349, 9213, 19453, 40957, 86013, 180221, 376829, 786429, 1638397, 3407869, 7077885, 14680061, 30408701, 62914557, 130023421, 268435453, 553648125, 1140850685, 2348810237, 4831838205 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

LINKS

Vincenzo Librandi, Table of n, a(n) for n = 0..3000

Index to sequences with linear recurrences with constant coefficients, signature (5,-8,4).

FORMULA

Main diagonal of the array defined by T(0, j)=j+1 j>=0, T(i, 0)=i+1 i>=0, T(i, j)=T(i-1, j-1)+T(i-1, j)+ 3; a(n)=2^(n-1)*(n+8)-3. - Benoit Cloitre, Jun 17 2003

a(0)=1, a(1)=6, a(2)=17, a(n) = 5*a(n-1) -8*a(n-2) +4*a(n-3). - Vincenzo Librandi, Sep 28 2011

PROG

(MAGMA) [2^(n-1)*(n+8)-3: n in [0..30]]; // Vincenzo Librandi, Sep 28 2011

CROSSREFS

n-th difference of a(n), a(n-1), ..., a(0) is (5, 6, 7, ...).

Sequence in context: A061349 A101945 A013319 * A171507 A099858 A062020

Adjacent sequences:  A047858 A047859 A047860 * A047862 A047863 A047864

KEYWORD

nonn,easy

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 10:06 EST 2012. Contains 205763 sequences.