cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A248014 Numbers m such that A247796(m) < m.

This page as a plain text file.
%I A248014 #11 Jan 28 2018 19:23:25
%S A248014 10,11,12,13,14,15,16,17,18,20,21,22,23,24,25,26,27,30,31,32,33,34,35,
%T A248014 36,40,41,42,43,44,45,50,51,52,53,54,60,61,62,63,70,71,72,80,81,90,
%U A248014 100,101,102,103,104,105,106,107,108,109,110,111,112,113,114,115
%N A248014 Numbers m such that A247796(m) < m.
%C A248014 Numbers containing at least one pair of adjacent digits with sum <= 9 in decimal representation.
%H A248014 Reinhard Zumkeller, <a href="/A248014/b248014.txt">Table of n, a(n) for n = 1..10000</a>
%F A248014 A247796(a(n)) < a(n).
%F A248014 A168046(a(n)) = 1. [Editor's note: This is obviously wrong. Certainly another sequence number was meant. Please edit or inform us if you find the correct reference.]
%F A248014 a(n) = A039691(n+10) up to a(64) = 118, but a(65) = 119 is not in A039691. - _M. F. Hasler_, Jan 26 2018
%o A248014 (Haskell)
%o A248014 a248014 n = a248014_list !! (n-1)
%o A248014 a248014_list = filter (\x -> a247796 x < x) [0..]
%Y A248014 Cf. A248013 (complement).
%K A248014 nonn,base
%O A248014 1,1
%A A248014 _Reinhard Zumkeller_, Oct 08 2014