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!)
A245234 Inverse of A238880. 2
1, 3, 5, 7, 9, 11, 13, 15, 17, 19, 2, 4, 6, 8, 10, 12, 14, 16, 18, 20, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 28, 45, 47, 49, 51, 53, 55, 57, 59, 61, 30, 48, 63, 65, 67, 69, 71, 73, 75, 77, 32, 50, 66, 79, 81, 83, 85, 87, 89, 91, 34, 52, 68, 82, 93 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
A238880(a(n)) = n; for n > 1: a(A238880(n)).
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a245234 = (+ 1) . fromJust . (`elemIndex` a238880_list)
CROSSREFS
Sequence in context: A249123 A094042 A248196 * A160144 A237292 A098729
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 14 2014
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 18 18:49 EDT 2024. Contains 371781 sequences. (Running on oeis4.)