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!)
A227954 Smallest m such that A070965(m) = -n. 3
3, 15, 78, 115, 155, 310, 231, 911, 619, 691, 464, 863, 1294, 1616, 3240, 2235, 1240, 2240, 3472, 3183, 4479, 2766, 4148, 9212, 6588, 4567, 2587, 2588, 4846, 6479, 3231, 7763, 3744, 3743, 2479, 2480, 6367, 7440, 12936, 2768, 9914, 9395, 13415, 11059, 9792 (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(A227953(n)) = n.
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a227954 = (+ 1) . fromJust . (`elemIndex` a070965_list) . negate
CROSSREFS
Sequence in context: A026115 A027911 A125700 * A104530 A297952 A298771
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 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)