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

%I #7 Sep 23 2020 14:29:54

%S 14,63,98,112,161,210,259,308,357,406,441,455,504,553,602,651,686,749,

%T 784,798,847,896,945,994,1043,1092,1127,1141,1190,1239,1288,1337,1386,

%U 1435,1470,1484,1533,1582,1631,1680,1729,1778

%N Numbers n such that string 2,0 occurs in the base 7 representation of n but not of n-1.

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n,7],{2,0}]>0,1,0],{n,1800}],{0,1}][[All,2]] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Sep 23 2020 *)

%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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)