Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A125128
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A125128 Partial sum of main diagonal of array of k-step Lucas numbers as in A125127. +0
7
1, 4, 11, 26, 57, 120, 247, 502, 1013, 2036, 4083, 8178, 16369, 32752, 65519, 131054, 262125, 524268, 1048555, 2097130, 4194281, 8388584, 16777191, 33554406, 67108837, 134217700, 268435427, 536870882 (list; graph; listen)
OFFSET

1,2

COMMENT

Partial sum of main diagonal of array defined in A125127 = Array L(k,n) read by antidiagonals: k-step Lucas numbers. The many formulae of A000295 give as many formulae for this sequence.

FORMULA

a(n) = SUM[i=1..n]L(i,i) where L(k,n) = L(k,n-1) + L(k,n-2) + ... + L(k,n-k); L(k,1) = 1 and for n<=0, L(k,n) = 0. a(n) = SUM[i=1..n]((2^i)-1) = (2^(n+1)) - n - 2 = A000295(n+1).

EXAMPLE

a(1) = 1 because "1-step Lucas number"(1) = 1.

a(2) = 4 = a(1) + [2-step] Lucas number(2) = 1 + 3.

a(3) = 11 = a(2) + 3-step Lucas number(3) = 1 + 3 + 7.

a(4) = 26 = a(3) + 4-step Lucas number(4) = 1 + 3 + 7 + 15.

a(5) = 57 = a(4) + 5-step Lucas number(5) = 1 + 3 + 7 + 15 + 31.

a(6) = 120 = a(5) + 6-step Lucas number(6) = 1 + 3 + 7 + 15 + 31 + 63.

a(7) = 247 = a(6) + 7-step Lucas number(7) = 1 + 3 + 7 + 15 + 31 + 63 + 127.

a(8) = 502 = a(7) + 8-step Lucas number(8) = 1 + 3 + 7 + 15 + 31 + 63 + 127 + 255.

a(9) = 1013 = a(8) + 9-step Lucas number(9) = 1 + 3 + 7 + 15 + 31 + 63 + 127 + 255 + 511.

MAPLE

seq(sum(binomial(n-1, k), k=2..n), n=3..30); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Oct 23 2007

a[0]:=0:a[1]:=1:for n from 2 to 50 do a[n]:=2*a[n-1]+n od: seq(a[n], n=1..28); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Feb 22 2008

CROSSREFS

Cf. A000012, A000032, A000204, A001644, A001648, A048887, A048888, A074048, A074584, A092921, A104621, A105754, A105755, A125127, A125129.

Row sums of A143291. [From Alois P. Heinz (heinz(AT)hs-heilbronn.de), Jun 01 2009]

Sequence in context: A002940 A030196 A000295 this_sequence A130103 A034334 A036891

Adjacent sequences: A125125 A125126 A125127 this_sequence A125129 A125130 A125131

KEYWORD

easy,nonn

AUTHOR

Jonathan Vos Post (jvospost3(AT)gmail.com), Nov 22 2006

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