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!)
A257456 Smallest m, such that A257340(m) = n. 1
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 13, 12, 16, 15, 18, 14, 20, 17, 24, 23, 22, 19, 28, 21, 26, 25, 33, 27, 40, 29, 31, 35, 36, 30, 42, 32, 44, 37, 38, 34, 50, 39, 46, 45, 48, 41, 52, 43, 54, 47, 57, 49, 61, 51, 64, 55, 59, 53, 68, 56, 66, 58, 70, 60, 72, 62 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A257340(a(n)) = n.
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a257456 = (+ 1) . fromJust . (`elemIndex` a257340_list)
CROSSREFS
Cf. A257340.
Sequence in context: A004918 A341537 A086044 * A257340 A194974 A302839
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 24 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 July 6 17:20 EDT 2024. Contains 374057 sequences. (Running on oeis4.)