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!)
A267379 Positions of 1's in A094186 2
2, 5, 7, 10, 14, 17, 19, 22, 25, 28, 30, 32, 35, 37, 40, 43, 45, 49, 52, 54, 57, 59, 62, 64, 67, 70, 73, 75, 78, 82, 85, 87, 90, 95, 98, 100, 103, 107, 109, 112, 114, 117, 121, 124, 127, 129, 132, 136, 140, 143, 145, 148, 152, 155, 157, 160, 162, 165, 169, 172, 175, 178, 180, 183, 187, 190, 192, 194, 197, 199 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
First few terms of A094186 are 0,1,0,0,1, so the first few terms of this sequence are 2,5.
MAPLE
A:= "01":
for k from 1 to 40 do
A:= cat(A, A[1..k])
od:
StringTools:-SearchAll("1", A); # Robert Israel, Mar 28 2019
CROSSREFS
Sequence in context: A071113 A071704 A267374 * A287403 A287399 A276213
KEYWORD
nonn
AUTHOR
Jeffrey Shallit, Jan 13 2016
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 19:52 EDT 2024. Contains 371963 sequences. (Running on oeis4.)