A257120 Position of first occurrence of n in A256918.
1, 4, 3, 5, 7, 11, 29, 13, 10, 15, 122, 19, 200, 31, 24, 18, 299, 22, 824, 16, 33, 124, 945, 41, 26, 202, 21, 37, 3093, 45, 7059, 40, 126, 301, 53, 66, 13527, 826, 204, 42, 28658, 36, 40810, 130, 57, 947, 46657, 64, 80, 44, 303, 208, 57449, 49, 133, 38, 828
Offset: 1
Keywords
Examples
See A257478.
Links
- Hiroaki Yamanouchi, Table of n, a(n) for n = 1..72
Programs
-
Haskell
import Data.List (elemIndex); import Data.Maybe (fromJust) a257120 = (+ 1) . fromJust . (`elemIndex` a256918_list)
Extensions
a(41)-a(57) from Hiroaki Yamanouchi, May 03 2015
Comments