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!)
A250402 Indices of zeros in A247149. 3

%I #5 Nov 21 2014 14:51:09

%S 0,11,13,17,25,41,73,123,139,145,159,163,164,174,194,206,214,225,227,

%T 246,255,260,263,280,284,295,310,327,369,381,383,384,413,467,473,482,

%U 497,509,515,518,522,533,558,567,573,630,657,659,669,672,681,732,743

%N Indices of zeros in A247149.

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

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

%o (Haskell)

%o a250402 n = a250402_list !! (n-1)

%o a250402_list = filter ((== 0) . a247149) [0..]

%Y Cf. A247149, A250403.

%K nonn

%O 1,2

%A _Reinhard Zumkeller_, Nov 21 2014

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