[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 A044583 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing all changes.
Numbers n such that string 1,7 occurs in the base 8 representation of n but not of n+1.
(history; published version)
#7 by Harvey P. Dale at Thu Apr 30 16:46:42 EDT 2020
STATUS

editing

approved

#6 by Harvey P. Dale at Thu Apr 30 16:46:40 EDT 2020
MATHEMATICA

SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 8], {1, 7}]>0, 1, 0], {n, 2500}], {1, 0}][[All, 1]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Apr 30 2020 *)

STATUS

approved

editing

#5 by Russ Cox at Fri Mar 30 18:56:45 EDT 2012
AUTHOR

Clark Kimberling (ck6(AT)evansville.edu)

Clark Kimberling

Discussion
Fri Mar 30
18:56
OEIS Server: https://oeis.org/edit/global/285
#4 by N. J. A. Sloane at Sat Jun 12 03:00:00 EDT 2004
NAME

String Numbers n such that string 1,7 occurs in the base 8 representation of n but not of n+1.

KEYWORD

nonn,base,new

#3 by N. J. A. Sloane at Sat Sep 13 03:00:00 EDT 2003
KEYWORD

nonn,base,new

AUTHOR

Clark Kimberling, (ck6(AT)evansville.edu)

#2 by N. J. A. Sloane at Fri May 16 03:00:00 EDT 2003
NAME

String 1,7 occurs in the base 8 representation of n, but not of n+1.

KEYWORD

nonn,base,new

AUTHOR

Clark Kimberling, ck6@cedar.(AT)evansville.edu

#1 by N. J. A. Sloane at Sat Dec 11 03:00:00 EST 1999
NAME

String 1,7 occurs in the base 8 representation of n, but not of n+1.

DATA

15, 79, 127, 143, 207, 271, 335, 399, 463, 527, 591, 639, 655, 719, 783, 847, 911, 1023, 1039, 1103, 1151, 1167, 1231, 1295, 1359, 1423, 1487, 1551, 1615, 1663, 1679, 1743, 1807, 1871, 1935, 1999, 2063, 2127, 2175, 2191, 2255

OFFSET

1,1

KEYWORD

nonn,base

AUTHOR

Clark Kimberling, ck6@cedar.evansville.edu

STATUS

approved