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!)
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 * A368095 A036375 A036376
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)