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!)
A044353 Numbers n such that string 2,1 occurs in the base 10 representation of n but not of n-1. 0
21, 121, 210, 221, 321, 421, 521, 621, 721, 821, 921, 1021, 1121, 1210, 1221, 1321, 1421, 1521, 1621, 1721, 1821, 1921, 2021, 2100, 2210, 2221, 2321, 2421, 2521, 2621, 2721, 2821, 2921, 3021, 3121, 3210, 3221, 3321, 3421 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[3500], MemberQ[Partition[IntegerDigits[#], 2, 1], {2, 1}] && !MemberQ[Partition[IntegerDigits[#-1], 2, 1], {2, 1}]&] (* Harvey P. Dale, Sep 24 2011 *)
CROSSREFS
Sequence in context: A074088 A245031 A316713 * A044734 A325484 A365205
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 August 10 09:30 EDT 2024. Contains 375044 sequences. (Running on oeis4.)