Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                

Revision History for A044593

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

Showing all changes.
Numbers n such that string 3,1 occurs in the base 8 representation of n but not of n+1.
(history; published version)
#7 by Harvey P. Dale at Tue May 05 13:18:16 EDT 2020
STATUS

editing

approved

#6 by Harvey P. Dale at Tue May 05 13:18:14 EDT 2020
MATHEMATICA

SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 8], {3, 1}]>0, 1, 0], {n, 2500}], {1, 0}][[All, 1]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, May 05 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 3,1 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 3,1 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 3,1 occurs in the base 8 representation of n, but not of n+1.

DATA

25, 89, 153, 207, 217, 281, 345, 409, 473, 537, 601, 665, 719, 729, 793, 857, 921, 985, 1049, 1113, 1177, 1231, 1241, 1305, 1369, 1433, 1497, 1561, 1663, 1689, 1743, 1753, 1817, 1881, 1945, 2009, 2073, 2137, 2201, 2255, 2265

OFFSET

1,1

KEYWORD

nonn,base

AUTHOR

Clark Kimberling, ck6@cedar.evansville.edu

STATUS

approved