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!)
A216183 Numbers m such that A059514(m) = 0. 3

%I #9 Mar 31 2013 15:51:58

%S 57,61,76,89,123,134,141,147,148,170,189,196,211,214,235,246,255,268,

%T 282,294,305,314,327,329,350,352,365,369,376,381,417,419,422,427,428,

%U 436,469,471,475,479,497,502,508,525,527,528,530,543,556,595,628,633

%N Numbers m such that A059514(m) = 0.

%C A059514(a(n)) = 0.

%H Reinhard Zumkeller, <a href="/A216183/b216183.txt">Table of n, a(n) for n = 1..10000</a>

%o (Haskell)

%o import Data.List (elemIndices)

%o a216183 n = a216183_list !! (n-1)

%o a216183_list = map (+ 1) $ elemIndices 0 a059514_list

%Y Cf. A214866.

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, Mar 11 2013

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 23 12:58 EDT 2024. Contains 371913 sequences. (Running on oeis4.)