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!)
A091871 A091633 indexed by A000040. 2

%I #6 Jul 18 2014 14:30:27

%S 2,4,5,6,7,8,11,12,20,21,22,25,30,32,33,34,40,41,43,44,45,46,64,65,66,

%T 67,68,74,75,78,128,130,131,137,139,156,157,159,164,165,167,168,187,

%U 193,196,215,220,222,270,275,293,294,295,298,299,301,302,303,444,446

%N A091633 indexed by A000040.

%H Reinhard Zumkeller, <a href="/A091871/b091871.txt">Table of n, a(n) for n = 1..10000</a>

%F a(n)=k such that A000040(k) = A091633(n).

%F a(n) = A049084(A091633(n)). - _Reinhard Zumkeller_, Jul 18 2014

%o (Haskell)

%o a091871 n = a091871_list !! (n-1)

%o a091871_list = f [1..] a000040_list where

%o f (i:is) (p:ps) = if (null $ show p `intersect` "024568")

%o then i : f is ps else f is ps

%o -- _Reinhard Zumkeller_, Jul 18 2014

%Y Cf. A049084, A091633, A136333.

%K easy,nonn,base

%O 1,1

%A _Ray Chandler_, Feb 07 2004

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 March 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)