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!)
A248013 Numbers m such that A247796(m) = m. 5
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 19, 28, 29, 37, 38, 39, 46, 47, 48, 49, 55, 56, 57, 58, 59, 64, 65, 66, 67, 68, 69, 73, 74, 75, 76, 77, 78, 79, 82, 83, 84, 85, 86, 87, 88, 89, 91, 92, 93, 94, 95, 96, 97, 98, 99, 191, 192, 193, 194, 195, 196, 197, 198, 199, 282 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A247796(a(n)) = a(n);
numbers, containing no pair of adjacent digits with sum <= 9 in decimal representation.
LINKS
PROG
(Haskell)
a248013 n = a248013_list !! (n-1)
a248013_list = filter (\x -> a247796 x == x) [0..]
CROSSREFS
Cf. A248014 (complement).
Sequence in context: A077557 A332261 A075517 * A088473 A317110 A340254
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Oct 08 2014
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 10:38 EDT 2024. Contains 371791 sequences. (Running on oeis4.)