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!)
A193854 Numbers m such that A062039(m) = 1. 3

%I #14 Mar 30 2012 18:51:10

%S 0,1,4,24,191,3096,3728,6320,314102,9645152,187895163

%N Numbers m such that A062039(m) = 1.

%C A062039(a(n)) = 1.

%o (Haskell)

%o import Data.List (elemIndices)

%o a193854 n = a193854_list !! (n-1)

%o a193854_list = elemIndices 1 a062039_list

%K nonn,more

%O 1,3

%A _Reinhard Zumkeller_, Aug 10 2011

%E a(10)-a(11) from _Donovan Johnson_, Aug 11 2011

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 05:20 EDT 2024. Contains 371906 sequences. (Running on oeis4.)