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!)
A259526 Smallest m such that A259260(m) = 2*n-1. 2
1, 6, 7, 2, 12, 3, 8, 20, 21, 9, 4, 13, 45, 14, 5, 10, 22, 27, 28, 23, 11, 50, 15, 46, 42, 47, 16, 51, 33, 24, 29, 61, 60, 30, 25, 34, 52, 17, 48, 41, 88, 105, 49, 18, 53, 35, 26, 31, 67, 62, 63, 68, 32, 58, 36, 54, 19, 91, 106, 87, 111, 94, 107, 90, 120, 55 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sequence is defined for all numbers iff A259260 is a permutation of the odd numbers;
A259260(a(n)) = 2*n-1.
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a259526 = (+ 1) . fromJust . (`elemIndex` a259260_list) . subtract 1 . (* 2)
CROSSREFS
Cf. A259260.
Sequence in context: A308039 A316165 A267251 * A108664 A160155 A277135
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 29 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 24 19:24 EDT 2024. Contains 371962 sequences. (Running on oeis4.)