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

%I #7 Jul 03 2020 18:57:11

%S 30,66,102,138,174,180,210,246,282,318,354,390,396,426,462,498,534,

%T 570,606,612,642,678,714,750,786,822,828,858,894,930,966,1002,1038,

%U 1044,1074,1080,1146,1182,1218,1254,1260,1290,1326

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

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n,6],{5,0}]>0,1,0],{n,1400}],{0,1}][[All,2]] (* Requires Mathematica version 10 or later *) (* _Harvey P. Dale_, Jul 03 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 23 05:37 EDT 2024. Contains 371906 sequences. (Running on oeis4.)