Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A024494
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A024494 C(n,1) + C(n,4) + ... + C(n,3[n/3]+1). +0
12
1, 2, 3, 5, 10, 21, 43, 86, 171, 341, 682, 1365, 2731, 5462, 10923, 21845, 43690, 87381, 174763, 349526, 699051, 1398101, 2796202, 5592405, 11184811, 22369622, 44739243, 89478485, 178956970, 357913941, 715827883, 1431655766, 2863311531, 5726623061, 11453246122 (list; graph; listen)
OFFSET

1,2

REFERENCES

D. E. Knuth, The Art of Computer Programming. Addison-Wesley, Reading, MA, Vol. 1, 2nd. ed., Problem 38, p. 70.

FORMULA

a(n) = (1/3)*(2^n+2*cos( (n-2)*Pi/3 )).

G.f.: x(1-x)/((1-2x)(1-x+x^2)) - Paul Barry (pbarry(AT)wit.ie), Feb 11 2004

a(n)=sum{k=0..n, 2^k*2sin(-pi*(n-k)/3+pi/3)/sqrt(3)} (offset 0). - Paul Barry (pbarry(AT)wit.ie), May 18 2004

G.f.: (x*(1-x^2)*(1-x^3)/(1-x^6))/(1-2*x) . - Michael Somos Feb 14 2006

a(n+1)-2a(n)=A010892(n+1). - Michael Somos Feb 14 2006

a(n)=3a(n-1)-3a(n-2)+2a(n-3). - Paul Curtz (bpcrtz(AT)free.fr), Nov 20 2007

Equals binomial transform of (1, 1, 0, 1, 1, 0, 1, 1, 0, 1, 1,...) - Gary W. Adamson (qntmpkt(AT)yahoo.com), Jul 03 2008

PROGRAM

(PARI) a(n) = sum(k=0, n\3, binomial(n, 3*k+1)) /* Michael Somos Feb 14 2006 */

(PARI) a(n)=if(n<0, 0, ([1, 0, 1; 1, 1, 0; 0, 1, 1]^n)[2, 1]) /* Michael Somos Feb 14 2006 */

CROSSREFS

Cf. A010892. See A131708 for another version.

Sequence in context: A125312 A014626 A132418 this_sequence A131708 A002991 A022861

Adjacent sequences: A024491 A024492 A024493 this_sequence A024495 A024496 A024497

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 August 7 15:46 EDT 2008. Contains 142650 sequences.


AT&T Labs Research