login

Revision History for A044457

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

Showing all changes.
Numbers n such that string 3,3 occurs in the base 4 representation of n but not of n+1.
(history; published version)
#10 by Harvey P. Dale at Sun Jun 30 15:52:07 EDT 2019
STATUS

editing

approved

#9 by Harvey P. Dale at Sun Jun 30 15:52:04 EDT 2019
MATHEMATICA

SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 4], {3, 3}]>0, 1, 0], {n, 800}], {1, 0}][[All, 1]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Jun 30 2019 *)

STATUS

approved

editing

#8 by Charles R Greathouse IV at Thu Nov 21 12:47:03 EST 2013
MATHEMATICA

Select[Range[800], MemberQ[Partition[IntegerDigits[#, 4], 2, 1], {3, 3}] && !MemberQ[Partition[IntegerDigits[#+1, 4], 2, 1], {3, 3}]&] (* From _Harvey P. Dale, _, Dec 11 2011 *)

Discussion
Thu Nov 21
12:47
OEIS Server: https://oeis.org/edit/global/2062
#7 by Russ Cox at Fri Mar 30 18:56:44 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
#6 by Harvey P. Dale at Sun Dec 11 10:33:51 EST 2011
STATUS

editing

approved

#5 by Harvey P. Dale at Sun Dec 11 10:33:48 EST 2011
MATHEMATICA

Select[Range[800], MemberQ[Partition[IntegerDigits[#, 4], 2, 1], {3, 3}] && !MemberQ[Partition[IntegerDigits[#+1, 4], 2, 1], {3, 3}]&] (* From Harvey P. Dale, Dec 11 2011 *)

STATUS

approved

editing

#4 by N. J. A. Sloane at Sat Jun 12 03:00:00 EDT 2004
NAME

String Numbers n such that string 3,3 occurs in the base 4 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,3 occurs in the base 4 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,3 occurs in the base 4 representation of n, but not of n+1.

DATA

15, 31, 47, 63, 79, 95, 111, 127, 143, 159, 175, 191, 207, 223, 255, 271, 287, 303, 319, 335, 351, 367, 383, 399, 415, 431, 447, 463, 479, 511, 527, 543, 559, 575, 591, 607, 623, 639, 655, 671, 687, 703, 719, 735, 767, 783, 799

OFFSET

1,1

KEYWORD

nonn,base

AUTHOR

Clark Kimberling, [email protected]

STATUS

approved