login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A241671 Where zeros occur in A065806. 3
2, 4, 8, 17, 39, 43, 799, 823, 1127, 1136, 1575, 1822, 3114, 4926, 7576, 18574, 137489, 1058844, 1246046 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A065806(a(n)) = 0;
A065806(a(n)-1) = a(n), conjectured in A065806.
LINKS
PROG
(Haskell)
a241671 n = a241671_list !! (n-1)
a241671_list = filter ((== 0) . a065806) [1..]
CROSSREFS
Cf. A241887.
Sequence in context: A049312 A132043 A055545 * A036375 A036376 A000598
KEYWORD
nonn,more
AUTHOR
Reinhard Zumkeller, Aug 09 2014
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 December 8 17:58 EST 2023. Contains 367680 sequences. (Running on oeis4.)