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!)
A226091 Smallest m such that A225985(m) = A014261(n). 3
1, 2, 3, 4, 5, 7, 9, 11, 13, 15, 22, 24, 26, 28, 30, 37, 39, 41, 43, 45, 52, 54, 56, 58, 60, 67, 69, 71, 73, 75, 87, 89, 91, 93, 95, 107, 109, 111, 113, 115, 127, 129, 131, 133, 135, 147, 149, 151, 153, 155, 167, 169, 171, 173, 175, 262, 264, 266, 268, 270 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A225985(a(n)) = A014261(n).
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a226091 = (+ 1) . fromJust . (`elemIndex` a225985_list) . a014261
CROSSREFS
Sequence in context: A130520 A005706 A173345 * A064175 A000028 A026416
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, May 26 2013
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 09:17 EDT 2024. Contains 371967 sequences. (Running on oeis4.)