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

%I #7 Feb 01 2013 17:37:20

%S 25,74,123,172,181,221,270,319,368,417,466,515,524,564,613,662,711,

%T 760,809,858,867,907,956,1005,1054,1103,1152,1201,1210,1273,1299,1348,

%U 1397,1446,1495,1544,1553,1593,1642,1691,1740,1789

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

%t s34Q[n_]:=Module[{idn7=Partition[IntegerDigits[n,7],2,1]},MemberQ[ idn7,{3,4}]]; Select[Range[2000],s34Q[#]&&!s34Q[#+1]&] (* _Harvey P. Dale_, Feb 01 2013 *)

%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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)