OFFSET
0,3
COMMENTS
For all n>0, a(A000108(n)) = A000108(n) [the first occurrence of the n-th Catalan number in this sequence].
In other words, the first position k in A081289 where A081289(n) occurs (the minimal k such that A081289(k) = A081289(n)), and also the first position k in A081288 where A081288(n) occurs (the minimal k such that A081288(k) = A081288(n)). The starting point of the run which contains the n-th term in those sequences.
FORMULA
Sum_{n>=1} 1/a(n)^2 = 44*Pi/sqrt(3) - 4*Pi^2 - 38. - Amiram Eldar, Aug 18 2022
MATHEMATICA
Join[{0}, With[{catnos=Reverse[CatalanNumber[Range[10]]]}, Table[ SelectFirst[ catnos, #<=n&], {n, 80}]]] (* This program uses the SelectFirst function from Mathematica version 10 *) (* Harvey P. Dale, Jul 27 2014 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Mar 17 2003
EXTENSIONS
Name changed by Antti Karttunen, Apr 26 2014
STATUS
approved