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
57, 61, 76, 89, 123, 134, 141, 147, 148, 170, 189, 196, 211, 214, 235, 246, 255, 268, 282, 294, 305, 314, 327, 329, 350, 352, 365, 369, 376, 381, 417, 419, 422, 427, 428, 436, 469, 471, 475, 479, 497, 502, 508, 525, 527, 528, 530, 543, 556, 595, 628, 633 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A059514(a(n)) = 0.
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a216183 n = a216183_list !! (n-1)
a216183_list = map (+ 1) $ elemIndices 0 a059514_list
CROSSREFS
Cf. A214866.
Sequence in context: A354170 A345504 A345505 * A334238 A336328 A056082
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 11 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 24 17:51 EDT 2024. Contains 371962 sequences. (Running on oeis4.)