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!)
A234019 Maximum values occurring in each row of A233270: a(n) = A233270(A233268(n) - A234020(n)). 5
0, -1, 0, 1, 2, 4, 6, 19, 38, 67, 127, 234, 419, 745, 1378, 2678, 5311, 10470, 20333 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
COMMENTS
Please see the graph of A233270.
LINKS
FORMULA
a(n) = A233270(A233268(n) - A234020(n)).
PROG
(Scheme, with Antti Karttunen's IntSeq-library)
(define (A234019 n) (A233270 (- (A233268 n) (A234020 n))))
;; Alternative version:
(define (A234019v2 n) (A233270 (A234019pos (- n 1))))
(define A234019pos (RECORD-ABSVALS-BETWEEN-ZEROS-POS 0 A233270 A213710))
CROSSREFS
Sequence in context: A304756 A005227 A185185 * A279188 A108439 A245766
KEYWORD
sign
AUTHOR
Antti Karttunen, Dec 29 2013
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 25 13:41 EDT 2024. Contains 371970 sequences. (Running on oeis4.)