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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A092241 Triangle read by rows: row n gives coefficients of (1+x+x^2)^n mod n. 1
0, 0, 0, 0, 1, 0, 1, 0, 1, 1, 0, 0, 1, 0, 0, 1, 1, 0, 2, 0, 3, 0, 2, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 3, 2, 0, 0, 3, 0, 0, 2, 3, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 4, 0, 2, 0, 0, 0, 3, 0, 0, 0, 2, 0, 4, 0, 1, 1, 0, 0, 3, 0, 0, 6, 0, 0, 7, 0, 0, 6, 0, 0, 3, 0, 0, 1 (list; graph; refs; listen; history; internal format)
OFFSET

0,19

EXAMPLE

Triangle begins:

[0]

[0, 0, 0]

[1, 0, 1, 0, 1]

[1, 0, 0, 1, 0, 0, 1]

[1, 0, 2, 0, 3, 0, 2, 0, 1]

[1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1]

[1, 0, 3, 2, 0, 0, 3, 0, 0, 2, 3, 0, 1]

MAPLE

f := n -> seriestolist( series( expand( (1+x+x^2)^n ) mod n, x, 2*n+1));

CROSSREFS

Cf. A053200.

Sequence in context: A133735 A095704 A163496 * A128144 A128145 A128143

Adjacent sequences:  A092238 A092239 A092240 * A092242 A092243 A092244

KEYWORD

nonn

AUTHOR

N. J. A. Sloane (njas(AT)research.att.com), Feb 20 2004

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 14 03:03 EST 2012. Contains 205567 sequences.