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!)
A196277 Numbers m such that A196274(m) > 1. 5
1, 2, 3, 4, 6, 8, 9, 10, 12, 14, 16, 17, 19, 20, 22, 25, 26, 27, 28, 34, 35, 37, 41, 43, 45, 46, 48, 50, 54, 55, 60, 65, 66, 67, 69, 73, 75, 77, 79, 81, 82, 86, 92, 93, 94, 100, 102, 106, 107, 109, 112, 114, 116, 117, 119, 122, 123, 126, 130, 134, 136, 137 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Complement of A196276; A196274(a(n)) > 1;
A047846(n+1) = a(n+1) - a(n).
LINKS
PROG
(Haskell)
import Data.List (findIndices)
a196277 n = a196277_list !! (n-1)
a196277_list = map (+ 1) $ findIndices (> 1) a196274_list
CROSSREFS
Sequence in context: A225729 A035033 A054219 * A368385 A280196 A143896
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 May 20 08:05 EDT 2024. Contains 372703 sequences. (Running on oeis4.)