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!)
A263274 One-based column index to array A263255. 4
1, 1, 2, 1, 2, 1, 3, 1, 2, 2, 3, 3, 4, 3, 4, 4, 5, 2, 5, 1, 6, 2, 6, 1, 3, 4, 5, 1, 6, 1, 7, 1, 5, 2, 8, 1, 2, 1, 7, 2, 7, 1, 9, 1, 6, 2, 10, 2, 7, 8, 8, 1, 9, 1, 11, 2, 9, 1, 12, 1, 10, 1, 13, 2, 3, 1, 10, 1, 11, 2, 14, 1, 4, 1, 12, 2, 13, 1, 15, 1, 14, 8, 15, 11, 3, 12, 9, 5, 10, 4, 16, 5, 13, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
Other identities. For all n >= 0:
a(A259934(n)) = n+1.
PROG
(Scheme)
(define (A263274 n) (let ((rowf (rowfun-for-A263255 (A263254 n)))) (let loop ((i 1)) (if (= n (rowf i)) i (loop (+ 1 i))))))
;; rowfun-for-A263255 given in A263255.
CROSSREFS
Cf. also A263275.
Sequence in context: A343945 A081373 A029436 * A333940 A292997 A060135
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 07 2015
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:43 EDT 2024. Contains 371973 sequences. (Running on oeis4.)