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!)
A257782 Numbers that are not Belgian-0 numbers. 3

%I #6 May 08 2015 16:58:27

%S 14,15,16,19,23,25,28,29,32,34,37,38,41,43,46,47,49,51,52,56,57,58,59,

%T 61,64,65,67,68,69,73,74,75,76,78,79,82,83,85,86,87,89,91,92,94,95,96,

%U 97,98,103,104,105,107,109,113,115,116,118,119,122,124,125

%N Numbers that are not Belgian-0 numbers.

%C A257778(a(n)) = A257770(a(n),0) > 0.

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

%o (Haskell)

%o a257782 n = a257782_list !! (n-1)

%o a257782_list = filter ((> 0) . a257778) [0..]

%Y Cf. A257770, A257778, A106039 (complement).

%K nonn,base

%O 1,1

%A _Reinhard Zumkeller_, May 08 2015

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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)