Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A027973
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A027973 a(n) = T(n,n) + T(n,n+1) + ... + T(n,2n), T given by A027960. +0
4
1, 4, 9, 21, 46, 99, 209, 436, 901, 1849, 3774, 7671, 15541, 31404, 63329, 127501, 256366, 514939, 1033449, 2072676, 4154701, 8324529, 16673534, 33386671, 66837421, 133778524, 267724809, 535721061, 1071881326, 2144473299 (list; graph; listen)
OFFSET

0,2

FORMULA

With a different offset: recurrence: a(-1)=a(0)=1 a(n+2)=a(n+1)+a(n)+2^n; formula: a(n-2) = floor(2^n-PHI^n) - (1-(-1)^n)/2 - Benoit Cloitre (benoit7848c(AT)orange.fr), Sep 02 2002

a(n) = A101220(4, 2, n+1) - A101220(4, 2, n). - Ross La Haye (rlahaye(AT)new.rr.com), Aug 05 2005

a(n)=2a(n-1)+Fibonacci(n+1)-Fibonacci(n-3) for n>=1; a(0)=1. - Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 29 2006

O.g.f.: -4/(-1+2*x)+(x+3)/(-1+x+x^2). - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Nov 23 2007

MAPLE

with(combinat): a[0]:=1: for n from 1 to 30 do a[n]:=2*a[n-1]+fibonacci(n+1)-fibonacci(n-3) od: seq(a[n], n=0..30); - Emeric Deutsch (deutsch(AT)duke.poly.edu), Nov 29 2006

CROSSREFS

Sequence in context: A048638 A144527 A117880 this_sequence A103040 A084861 A122498

Adjacent sequences: A027970 A027971 A027972 this_sequence A027974 A027975 A027976

KEYWORD

nonn

AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research