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

%I #10 Jun 22 2024 10:49:34

%S 33,114,195,276,297,357,438,519,600,681,762,843,924,1005,1026,1086,

%T 1167,1248,1329,1410,1491,1572,1653,1734,1755,1815,1896,1977,2058,

%U 2139,2220,2301,2382,2463,2484,2544,2625,2673,2787

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

%H Harvey P. Dale, <a href="/A044284/b044284.txt">Table of n, a(n) for n = 1..1000</a>

%t SequencePosition[Table[If[SequenceCount[IntegerDigits[n,9],{3,6}]>0,1,0],{n,3000}],{0,1}][[;;,2]] (* _Harvey P. Dale_, Jun 22 2024 *)

%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 July 14 03:51 EDT 2024. Contains 374291 sequences. (Running on oeis4.)