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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A026597 T(n,0) + T(n,1) + ... + T(n,2*n), T given by A026584. 18
1, 2, 6, 14, 38, 94, 246, 622, 1606, 4094, 10518, 26894, 68966, 176542, 452406, 1158574, 2968198, 7602494, 19475286, 49885262, 127786406, 327327454, 838473078, 2147782894, 5501675206, 14092806782, 36099507606, 92470734734 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

This sequence can generated by the following formula: a(n) = a(n-1) + 4*a(n-2) when n > 2; a[1] = 1, a[2] = 2. - Alex Vinokur (alexvn(AT)barak-online.net), Oct 21 2004

Contribution from Johannes W. Meijer, Aug 15 2010: (Start)

An elephant sequence, see A175654 and A175655. For the corner squares just one A[5] vector, with decimal value 325, leads to the sequence given above. For the central square this vector leads to a companion sequence that is 4 times this very same sequence with n >= -1.

(End)

Equals INVERTi transform of A180168 [From Gary W. Adamson, Aug 14 2010]

LINKS

Nathaniel Johnston, Table of n, a(n) for n = 0..500

FORMULA

G.f.: (1+x)/(1-x-4*x^2).

a(n)=sum(k=0..n, binomial(floor((2*n-k-1)/2), n-k)*2^k ). - Paul Barry, Feb 11 2005

a(n) = A006131(n)+A006131(n-1), n>=1. - R. J. Mathar, Oct 20 2006

a(n)=sum(k=0..n, C(floor((2*n-k)/2),n-k)*4^floor(k/2) ). - Paul Barry, Feb 02 2007

Inverse binomial transform of A007482: (1, 3, 11, 39, 139, 495,...). - Gary W. Adamson, Dec 04 2007

a(n)=sum(0<=k<=n+1, A122950(n+1,k)*3^(n+1-k) ). - Philippe DELEHAM, Jan 04 2008

a(n)=(1/2+3*sqrt(17)/34)*(1/2+sqrt(17)/2)^n+(1/2-3*sqrt(17)/34)*(1/2-sqrt(17)/2)^n. - Antonio Alberto Olivares, Jun 07 2011

MATHEMATICA

LinearRecurrence[{1, 4}, {1, 2}, 40] (* From Harvey P. Dale, Nov 28 2011 *)

CROSSREFS

Cf. A006131, A006138, A007482, A026581.

Cf. A180168 [From Gary W. Adamson, Aug 14 2010]

Sequence in context: A071636 A100067 * A122112 A190788 A168259 A000634

Adjacent sequences:  A026594 A026595 A026596 * A026598 A026599 A026600

KEYWORD

nonn,easy

AUTHOR

Clark Kimberling

STATUS

approved

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 May 24 07:09 EDT 2013. Contains 225617 sequences.