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!)
A044344 Numbers n such that string 1,2 occurs in the base 10 representation of n but not of n-1. 0
12, 112, 120, 212, 312, 412, 512, 612, 712, 812, 912, 1012, 1112, 1120, 1200, 1312, 1412, 1512, 1612, 1712, 1812, 1912, 2012, 2112, 2120, 2212, 2312, 2412, 2512, 2612, 2712, 2812, 2912, 3012, 3112, 3120, 3212, 3312, 3412 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Select[Range[3500], MemberQ[Partition[IntegerDigits[#], 2, 1], {1, 2}] && !MemberQ[ Partition[IntegerDigits[#-1], 2, 1], {1, 2}]&] (* Harvey P. Dale, Jul 13 2014 *)
CROSSREFS
Sequence in context: A077754 A199357 A293872 * A130838 A225189 A044725
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 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)