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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A053296 Partial sums of A053295. 7
1, 8, 37, 129, 376, 967, 2267, 4950, 10220, 20175, 38403, 70954, 127921, 226007, 392688, 672959, 1140260, 1914166, 3189022, 5280288, 8699540, 14275838, 23352118, 38102976, 62048869, 100888126, 163843187, 265838881 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

REFERENCES

A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 189, 194-196.

LINKS

Table of n, a(n) for n=0..27.

FORMULA

a(n)=sum{C(n+7-i, n-2i; i=0 to [n/2]}; n >= 0; [x]=greatest integer in x.

a(n)=Sum_{k=1..n}{C(n-k+7,k+6)}, with n>=0 - Paolo P. Lava, Apr 16 2008

EXAMPLE

a(n)=a(n-1)+a(n-2)+C(n+6,6); n >= 0; a(-1)=0.

MATHEMATICA

lst={}; s0=s1=s2=s3=s4=s5=s6=0; Do[s0+=a[n]; s1+=s0; s2+=s1; s3+=s2; s4+=s3; s5+=s4; s6+=s5; AppendTo[lst, s6], {n, 0, 6!}]; lst [From Vladimir Joseph Stephan Orlovsky, Dec 10 2008]

CROSSREFS

Cf. A053739, A014166 and A000045.

Right-hand column 14 of triangle A011794.

Sequence in context: A110215 A052387 A001780 * A055799 A035038 A111645

Adjacent sequences:  A053293 A053294 A053295 * A053297 A053298 A053299

KEYWORD

easy,nonn

AUTHOR

Barry E. Williams, Mar 04 2000

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 June 19 09:47 EDT 2013. Contains 226401 sequences.