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!)
A227953 Smallest m such that A070965(m) = n. 3
3, 1, 30, 63, 187, 232, 348, 375, 912, 620, 692, 463, 864, 2303, 1615, 2806, 4844, 1239, 2239, 1383, 1835, 2236, 3716, 6575, 3447, 3670, 1384, 6894, 13422, 7486, 9131, 6462, 6480, 13703, 13039, 4958, 9908, 6368, 9912, 5534, 2767, 12734, 9719, 16598, 11060 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
A070965(a(n)) = n and A070965(m) <> n for m < a(n).
A070965(A227954(n)) = -n.
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a227953 = (+ 1) . fromJust . (`elemIndex` a070965_list)
CROSSREFS
Sequence in context: A365087 A120066 A326797 * A046979 A354096 A270086
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 01 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 16 18:51 EDT 2024. Contains 371750 sequences. (Running on oeis4.)