The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A250403 Indices of ones in A247149. 3
1, 10, 14, 18, 19, 21, 22, 26, 28, 32, 34, 42, 46, 55, 59, 75, 83, 101, 109, 122, 129, 130, 143, 144, 149, 150, 152, 157, 162, 165, 167, 172, 181, 183, 190, 193, 200, 205, 207, 210, 213, 218, 219, 221, 226, 231, 234, 235, 241, 244, 251, 256, 259, 262, 265 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A247149(a(n)) = 1.
LINKS
PROG
(Haskell)
a250403 n = a250403_list !! (n-1)
a250403_list = filter ((== 1) . a247149) [0..]
CROSSREFS
Sequence in context: A289698 A153041 A256471 * A096851 A244033 A121893
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 21 2014
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 May 19 09:42 EDT 2024. Contains 372683 sequences. (Running on oeis4.)