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.

A253603 Smallest number m such that A253581(m) = n.

This page as a plain text file.
%I A253603 #6 Jan 17 2015 12:23:23
%S A253603 0,1,2,18,3,70,39,75,10,193,16,85,124,23,51,200,20,79,41,303,28,102,
%T A253603 98,1105,71,115,73,301,543,152,325,344,15,64,27,125,47,66,170,179,306,
%U A253603 93,289,1174,49,376,1195,440,45,566,312,1170,104,2133,108,468,162
%N A253603 Smallest number m such that A253581(m) = n.
%C A253603 A253581(a(n)) = n; conjecture: the sequence is defined for all n.
%H A253603 Reinhard Zumkeller, <a href="/A253603/b253603.txt">Table of n, a(n) for n = 0..1000</a>
%o A253603 (Haskell)
%o A253603 import Data.List (elemIndex); import Data.Maybe (fromJust)
%o A253603 a253603 = fromJust . (`elemIndex` a253581_list)
%Y A253603 Cf. A253581, A252867.
%K A253603 nonn
%O A253603 0,3
%A A253603 _Reinhard Zumkeller_, Jan 12 2015