OFFSET
1,2
LINKS
R. J. Mathar, Table of n, a(n) for n = 1..1000
Clark Kimberling, Self-Containing Sequences, Selection Functions, and Parasequences, J. Int. Seq. Vol. 25 (2022), Article 22.2.1.
FORMULA
EXAMPLE
The first 7 successive segments of A132224 are 1, 12, 123, 1423, 14235, 142635, 1472635, from which we read the positions of 1,2,3,4,5,6,7 as 1,2,3,2,5,4,3.
MAPLE
A132226 := proc(n)
a24r := A132224_row(n) ;
member(n, a24r, 'a') ;
a;
end proc:
seq(A132226(n), n=1..20) ; # R. J. Mathar, May 08 2016
CROSSREFS
KEYWORD
nonn
AUTHOR
Clark Kimberling, Aug 14 2007
EXTENSIONS
a(80) corrected by R. J. Mathar, May 08 2016
STATUS
approved