[go: up one dir, main page]

login

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 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Revision History for A255805 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Numbers with no zeros in base-8 representation.
(history; published version)
#16 by Michael De Vlieger at Sun Jan 23 12:45:47 EST 2022
STATUS

proposed

approved

#15 by Michael S. Branicky at Sun Jan 23 11:35:14 EST 2022
STATUS

editing

proposed

#14 by Michael S. Branicky at Sun Jan 23 11:35:12 EST 2022
PROG

(Python)

def ok(n): return '0' not in oct(n)[2:]

print([k for k in range(85) if ok(k)]) # Michael S. Branicky, Jan 23 2022

STATUS

proposed

editing

#13 by Michel Marcus at Sun Jan 23 10:56:40 EST 2022
STATUS

editing

proposed

#12 by Michel Marcus at Sun Jan 23 10:56:31 EST 2022
PROG

(PARI) isok(m) = vecmin(digits(m, 8)) > 0; \\ Michel Marcus, Jan 23 2022

STATUS

approved

editing

#11 by Joerg Arndt at Sun Jun 30 10:16:08 EDT 2019
STATUS

proposed

approved

#10 by Jon E. Schoenfield at Sun Jun 30 09:27:55 EDT 2019
STATUS

editing

proposed

#9 by Jon E. Schoenfield at Sun Jun 30 09:27:53 EDT 2019
NAME

Numbers with no zeros in base -8 representation.

STATUS

approved

editing

#8 by Charles R Greathouse IV at Mon Feb 13 01:12:14 EST 2017
STATUS

editing

approved

#7 by Charles R Greathouse IV at Mon Feb 13 01:11:59 EST 2017
LINKS

<a href="/index/Ar#2-automatic">Index entries for 2-automatic sequences</a>.

KEYWORD

nonn,base,easy

STATUS

approved

editing