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!)
A260398 Positions of 0 in the infinite palindromic word at A260397. 3
3, 5, 11, 13, 16, 19, 21, 27, 29, 35, 37, 43, 45, 48, 51, 53, 59, 61, 64, 67, 69, 75, 77, 80, 83, 85, 91, 93, 99, 101, 107, 109, 112, 115, 117, 123, 125, 131, 133, 139, 141, 144, 147, 149, 155, 157, 163, 165, 171, 173, 176, 179, 181, 187, 189, 192, 195, 197 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Complement of A260399, the positions of 1. See A260390 for a guide to related sequences.
LINKS
MATHEMATICA
u[1] = {1, 1, 0}; m[1] = {u[1][[1]]};
u[n_] := u[n] = Join[u[n - 1], m[n - 1], Reverse[u[n - 1]]];
m[k_] := {u[k][[k]]}; v = u[6] (* A260397 *)
Table[Length[u[n]], {n, 1, 20}] (* A000225 *)
Flatten[Position[u[8], 0]] (* A260398 *)
Flatten[Position[u[8], 1]] (* A260399 *)
CROSSREFS
Sequence in context: A340019 A302521 A270699 * A065396 A020620 A136056
KEYWORD
nonn,easy
AUTHOR
Clark Kimberling, Aug 13 2015
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 March 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)