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!)
A196276 Numbers m such that A196274(m) = 1. 4
5, 7, 11, 13, 15, 18, 21, 23, 24, 29, 30, 31, 32, 33, 36, 38, 39, 40, 42, 44, 47, 49, 51, 52, 53, 56, 57, 58, 59, 61, 62, 63, 64, 68, 70, 71, 72, 74, 76, 78, 80, 83, 84, 85, 87, 88, 89, 90, 91, 95, 96, 97, 98, 99, 101, 103, 104, 105, 108, 110, 111, 113, 115 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A196277; A196274(a(n)) = 1.
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a196276 n = a196276_list !! (n-1)
a196276_list = map (+ 1) $ elemIndices 1 a196274_list
CROSSREFS
Sequence in context: A240912 A263080 A280199 * A079498 A226636 A287517
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 30 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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)