OFFSET
1,2
LINKS
Reinhard Zumkeller, Table of n, a(n) for n = 1..1000
EXAMPLE
a(8) = 15 because the first 15 terms of Hofstadter's Q-sequence are 1,1,2,3,3,4,5,5,6,6,6,8,8,8,10, and the 8th successive maximum is 10, which appears for the first time at position 15
PROG
(Haskell)
a226245 n = a226245_list !! (n-1)
-- See A226244: for definition of a226245_list.
-- Reinhard Zumkeller, Jun 02 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Jeffrey Shallit, Jun 01 2013
STATUS
approved