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!)
A277889 After zero, excess of the odd terms in A276573 (the infinite trunk of least squares beanstalk) over the even terms. 4
0, 1, 0, -1, 0, 1, 0, -1, 0, -1, 0, -1, -2, -1, -2, -3, -2, -1, -2, -1, 0, -1, 0, 1, 0, 1, 0, -1, 0, -1, -2, -1, 0, -1, -2, -1, -2, -1, -2, -1, -2, -3, -2, -1, -2, -1, -2, -3, -2, -3, -4, -3, -2, -3, -2, -1, -2, -1, -2, -3, -4, -3, -4, -3, -2, -3, -2, -1, -2, -1, -2, -1, -2, -3, -2, -1, -2, -1, -2, -1, 0, -1, 0, 1, 2, 1, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,13
COMMENTS
Is a(2358) = 0 the last zero of this sequence? See also comments in A277891.
LINKS
FORMULA
a(0) = 0; for n >= 1, a(n) = a(n-1) - (-1)^A276573(n).
PROG
(Scheme, with memoization-macro definec)
(definec (A277889 n) (if (zero? n) n (- (A277889 (- n 1)) (expt -1 (A276573 n)))))
CROSSREFS
Sequence in context: A364933 A361158 A329744 * A018194 A338630 A286281
KEYWORD
sign
AUTHOR
Antti Karttunen, Nov 13 2016
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 April 23 07:34 EDT 2024. Contains 371905 sequences. (Running on oeis4.)