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!)
A044566 Numbers n such that string 6,5 occurs in the base 7 representation of n but not of n+1. 0

%I #7 Jun 09 2019 16:17:11

%S 47,96,145,194,243,292,335,341,390,439,488,537,586,635,678,684,733,

%T 782,831,880,929,978,1021,1027,1076,1125,1174,1223,1272,1321,1364,

%U 1370,1419,1468,1517,1566,1615,1664,1707,1713,1762,1811

%N Numbers n such that string 6,5 occurs in the base 7 representation of n but not of n+1.

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n,7],{6,5}]>0,1,0],{n,2000}],{1,0}][[All,1]] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Jun 09 2019 *)

%K nonn,base

%O 1,1

%A _Clark Kimberling_

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 16 12:52 EDT 2024. Contains 371711 sequences. (Running on oeis4.)