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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A017887 Expansion of 1/(1-x^10-x^11). 0
1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 3, 1, 0, 0, 0, 0, 0, 0, 1, 4, 6, 4, 1, 0, 0, 0, 0, 0, 1, 5, 10, 10, 5, 1, 0, 0, 0, 0, 1, 6, 15, 20, 15, 6, 1, 0, 0, 0, 1, 7, 21, 35, 35, 21, 7, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,22

MAPLE

P:=proc(n)local a, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, a10, i; a0:=1; a1:=0; a2:=0; a3:=0; a4:=0; a5:=0; a6:=0; a7:=0; a8:=0; a9:=0; a10:=0; for i from 0 by 1 to n do a:=a0+a1; a0:=a1; a1:=a2; a2:=a3; a3:=a4; a4:=a5; a5:=a6; a6:=a7: a7:=a8; a8:=a9; a9:=a10; a10:=a; print(a); od; end: P(100); - Paolo P. Lava (paoloplava(AT)gmail.com), Jun 28 2007

CROSSREFS

Sequence in context: A107652 A196096 A067150 * A037859 A037877 A010109

Adjacent sequences:  A017884 A017885 A017886 * A017888 A017889 A017890

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com).

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 February 16 06:27 EST 2012. Contains 205860 sequences.