The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A140698 This sequence needs a meaningful name. 0
1, 0, 1, 1, -1, 1, -1, 1, -1, 1, 1, 1, 0, -1, 1, -1, -2, 0, 0, -1, 1, 1, 1, 1, 0, 0, -1, 1, -1, 1, 1, 0, 0, 0, -1, 1, 1, -2, -2, 0, 0, 0, 0, -1, 1, -1, 1, 0, 1, 0, 0, 0, 0, -1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, -1, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
1,17
LINKS
EXAMPLE
{1},
{0, 1},
{1, -1, 1},
{-1, 1, -1, 1},
{1, 1, 0, -1, 1},
{-1, -2, 0, 0, -1, 1},
{1, 1, 1, 0, 0, -1, 1},
{-1, 1, 1, 0, 0, 0, -1, 1},
{1, -2, -2, 0, 0, 0, 0, -1, 1},
{-1, 1, 0, 1, 0, 0, 0, 0, -1, 1},
{1, 1, 0, 1, 0, 0, 0, 0, 0, -1, 1}
...
MATHEMATICA
p[x_, n_] = (x^Prime[n] + x^(Prime[n] - 1) + 1)/Cyclotomic[Prime[n], x];
a = Table[CoefficientList[Normal[Series[p[x, n], {x, 0, 30}]], x], {n, 31}];
(* antidiagonal triangular sequence representation *)
b = Table[a[[m, n - m + 1]], {n, 11}, {m, n}]; Flatten[b]
CROSSREFS
Sequence in context: A037844 A037880 A241035 * A231599 A333290 A321924
KEYWORD
uned,tabl,sign,less
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 14 11:19 EDT 2024. Contains 372532 sequences. (Running on oeis4.)