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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A008813 Expansion of (1+x^6)/(1-x)^2/(1-x^6). 1
1, 2, 3, 4, 5, 6, 9, 12, 15, 18, 21, 24, 29, 34, 39, 44, 49, 54, 61, 68, 75, 82, 89, 96, 105, 114, 123, 132, 141, 150, 161, 172, 183, 194, 205, 216, 229, 242, 255, 268, 281, 294, 309, 324, 339, 354, 369, 384, 401, 418 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

Number of 0..n arrays of 7 elements with zero second differences. [From R. H. Hardin, Nov 16 2011]

LINKS

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

FORMULA

a(n) = 2*a(n-1) -a(n-2) +a(n-6) -2*a(n-7) +a(n-8). [From R. H. Hardin, Nov 16 2011]

MATHEMATICA

CoefficientList[Series[(1+x^6)/(1-x)^2/(1-x^6), {x, 0, 50}], x] (* or *) LinearRecurrence[{2, -1, 0, 0, 0, 1, -2, 1}, {1, 2, 3, 4, 5, 6, 9, 12}, 50] (* Harvey P. Dale, Oct 13 2012 *)

PROG

(PARI) Vec((1+x^6)/(1-x)+O(x^99)) \\ Charles R Greathouse IV, Sep 26 2012

CROSSREFS

Sequence in context: A091179 A036027 A036032 * A133463 A187550 A057492

Adjacent sequences:  A008810 A008811 A008812 * A008814 A008815 A008816

KEYWORD

nonn,easy

AUTHOR

N. J. A. Sloane.

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 18 04:49 EDT 2013. Contains 225419 sequences.