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!)
A044632 Numbers n such that string 0,0 occurs in the base 9 representation of n but not of n+1. 0
81, 162, 243, 324, 405, 486, 567, 648, 737, 810, 891, 972, 1053, 1134, 1215, 1296, 1377, 1466, 1539, 1620, 1701, 1782, 1863, 1944, 2025, 2106, 2195, 2268, 2349, 2430, 2511, 2592, 2673, 2754, 2835, 2924, 2997, 3078, 3159 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[3200], MemberQ[Partition[IntegerDigits[#, 9], 2, 1], {0, 0}] && !MemberQ[Partition[IntegerDigits[#+1, 9], 2, 1], {0, 0}]&] (* Harvey P. Dale, Jun 20 2011 *)
CROSSREFS
Sequence in context: A353456 A044251 A043454 * A031494 A043324 A267696
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 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)