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!)
A044316 Numbers n such that string 7,2 occurs in the base 9 representation of n but not of n-1. 1
65, 146, 227, 308, 389, 470, 551, 585, 632, 713, 794, 875, 956, 1037, 1118, 1199, 1280, 1314, 1361, 1442, 1523, 1604, 1685, 1766, 1847, 1928, 2009, 2043, 2090, 2171, 2252, 2333, 2414, 2495, 2576, 2657, 2738, 2772, 2819 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
s72Q[n_]:=MemberQ[Partition[IntegerDigits[n, 9], 2, 1], {7, 2}]; Flatten[ Position[ Partition[Boole[Array[s72Q, 3000]], 2, 1], {0, 1}]]+1 (* Harvey P. Dale, Jan 13 2015 *)
SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 9], {7, 2}]>0, 1, 0], {n, 3000}], {0, 1}][[All, 2]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Aug 27 2019 *)
CROSSREFS
Sequence in context: A226926 A345700 A121944 * A044697 A350209 A326157
KEYWORD
nonn,base
AUTHOR
STATUS
approved

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 25 16:39 EDT 2024. Contains 371989 sequences. (Running on oeis4.)