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!)
A202016 Numbers occurring only once in A063882. 3
2, 3, 4, 7, 10, 13, 16, 19, 24, 28, 31, 36, 40, 46, 50, 54, 60, 64, 70, 74, 78, 84, 90, 94, 98, 104, 107, 110, 114, 118, 122, 126, 132, 138, 142, 146, 152, 155, 158, 162, 166, 172, 178, 182, 186, 192, 195, 198, 202, 206, 212, 216, 219, 224, 227, 234, 238 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A132157(a(n)) = 1.
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a202016 n = a202016_list !! (n-1)
a202016_list = map (+ 1) $ elemIndices 1 a132157_list
CROSSREFS
Sequence in context: A082008 A105330 A097545 * A073627 A062042 A107817
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 08 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 23 11:22 EDT 2024. Contains 371913 sequences. (Running on oeis4.)