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!)
A171904 Smallest number m such that m and m+n have both at least two identical neighboring digits in their decimal representations. 3
99, 110, 110, 110, 110, 110, 110, 110, 110, 100, 11, 88, 99, 99, 99, 99, 99, 99, 99, 99, 112, 11, 77, 88, 88, 88, 88, 88, 88, 88, 88, 112, 11, 66, 77, 77, 77, 77, 77, 77, 77, 77, 112, 11, 55, 66, 66, 66, 66, 66, 66, 66, 66, 112, 11, 44, 55, 55, 55, 55, 55, 55, 55, 55 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) + n = A171901(k) for some k.
LINKS
FORMULA
A196368(a(n)) + A196368(a(n)+n) = 0. - Reinhard Zumkeller, Jan 31 2014
PROG
(Haskell)
a171904 n = head [m | m <- a171901_list, a196368 (m + n) == 0]
-- Reinhard Zumkeller, Jan 31 2014
CROSSREFS
Sequence in context: A317592 A296881 A243259 * A171903 A072433 A133650
KEYWORD
base,nonn,look
AUTHOR
Reinhard Zumkeller, Feb 07 2010
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 23 01:19 EDT 2024. Contains 371906 sequences. (Running on oeis4.)