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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A059880 Positions of negative terms in A059876. 1
8, 32, 33, 34, 35, 36, 64, 65, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 152, 160, 161, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 272, 273, 274, 275 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MAPLE

negative_terms(A059876); negative_terms := proc(b) local a, i; a := []; for i from 1 to nops(b) do if(b[i] < 0) then a := [op(a), i]; fi; od; RETURN(a); end;

CROSSREFS

Sequence in context: A121093 A102275 A115948 * A144096 A127988 A129749

Adjacent sequences:  A059877 A059878 A059879 * A059881 A059882 A059883

KEYWORD

nonn

AUTHOR

Antti Karttunen Feb 05 2001

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 23:53 EST 2012. Contains 205689 sequences.