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
0, 1, 4, 24, 191, 3096, 3728, 6320, 314102, 9645152, 187895163 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
A062039(a(n)) = 1.
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a193854 n = a193854_list !! (n-1)
a193854_list = elemIndices 1 a062039_list
CROSSREFS
Sequence in context: A088815 A366367 A367144 * A199540 A259868 A036691
KEYWORD
nonn,more
AUTHOR
Reinhard Zumkeller, Aug 10 2011
EXTENSIONS
a(10)-a(11) from Donovan Johnson, Aug 11 2011
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 March 29 01:36 EDT 2024. Contains 371264 sequences. (Running on oeis4.)