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!)
A234020 Offsets from the middle point of each row of A233270 to the nearest point containing a maximum value of that range. 6
0, 0, 0, 0, 1, 1, 3, 0, 5, 0, 0, 33, 72, 140, 267, 502, 954, 1771, 3355 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,7
COMMENTS
Please see the graph of A233270. Iff a(n)=0, A234018(n) = A234019(n).
Seems to grow faster than A233274. Is the ratio a(n)/A233274(n) converging to some limit?
LINKS
PROG
(Scheme)
(define (A234020 n) (let ((middle (A233268 n))) (let loop ((i middle) (m 0) (maxp middle)) (cond ((zero? (A233270 i)) (- middle maxp)) ((> (abs (A233270 i)) m) (loop (- i 1) (abs (A233270 i)) i)) (else (loop (- i 1) m maxp))))))
CROSSREFS
Sequence in context: A131986 A002656 A234434 * A348259 A276833 A166586
KEYWORD
nonn
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 March 18 22:48 EDT 2024. Contains 370951 sequences. (Running on oeis4.)