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!)
A259537 Smallest m such that A259429(m) = 2*n-1. 2
1, 56, 48, 147, 148, 49, 55, 2, 8, 14, 20, 26, 32, 38, 33, 27, 21, 15, 9, 3, 66, 50, 149, 158, 177, 57, 74, 88, 102, 116, 130, 45, 44, 131, 117, 103, 89, 75, 58, 178, 157, 150, 51, 65, 4, 10, 16, 22, 28, 34, 39, 139, 125, 111, 97, 83, 496, 186, 196, 163, 173 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sequence is defined for all numbers iff A259429 is a permutation of the odd numbers;
A259429(a(n)) = 2*n-1.
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a259537 = (+ 1) . fromJust . (`elemIndex` a259429_list) . subtract 1 . (* 2)
CROSSREFS
Cf. A259429.
Sequence in context: A224343 A369234 A278826 * A359604 A292092 A003904
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 30 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 19 18:05 EDT 2024. Contains 371798 sequences. (Running on oeis4.)