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!)
A030333 Position of n-th 1 in A003137. 4
1, 3, 5, 6, 7, 12, 15, 18, 20, 21, 24, 25, 27, 28, 29, 30, 31, 33, 36, 38, 39, 47, 52, 55, 56, 58, 65, 69, 73, 76, 77, 81, 83, 85, 87, 88, 89, 91, 93, 97, 100, 101, 105, 106, 109, 110, 112, 113, 114, 117, 118, 119, 121, 122, 123, 124, 125 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A003137(a(n)) = 1. - Reinhard Zumkeller, Feb 21 2013
LINKS
PROG
(Haskell)
import Data.List (elemIndices)
a030333 n = a030333_list !! (n-1)
a030333_list = map (+ 1) $ elemIndices 1 a003137_list
-- Reinhard Zumkeller, Feb 21 2013
CROSSREFS
Sequence in context: A053272 A326929 A138927 * A081677 A302249 A082229
KEYWORD
nonn
AUTHOR
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 9 15:58 EDT 2024. Contains 372353 sequences. (Running on oeis4.)