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!)
A044295 Numbers n such that string 4,8 occurs in the base 9 representation of n but not of n-1. 0
44, 125, 206, 287, 368, 396, 449, 530, 611, 692, 773, 854, 935, 1016, 1097, 1125, 1178, 1259, 1340, 1421, 1502, 1583, 1664, 1745, 1826, 1854, 1907, 1988, 2069, 2150, 2231, 2312, 2393, 2474, 2555, 2583, 2636, 2717, 2798 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[2900], MemberQ[Partition[IntegerDigits[#, 9], 2, 1], {4, 8}] && !MemberQ[Partition[IntegerDigits[#-1, 9], 2, 1], {4, 8}]&] (* Harvey P. Dale, Apr 18 2011 *)
SequencePosition[Table[If[SequenceCount[IntegerDigits[n, 9], {4, 8}]>0, 1, 0], {n, 3000}], {0, 1}][[All, 2]] (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, May 30 2019 *)
CROSSREFS
Sequence in context: A245616 A264446 A039441 * A044676 A253327 A253320
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 May 6 21:30 EDT 2024. Contains 372297 sequences. (Running on oeis4.)