OFFSET
1,4
COMMENTS
It appears that this sequence has a fractal (or fractal-like) behavior.
First differs from A266530 at a(55), with which it shares infinitely many terms.
First differs from A266540 at a(25), with which it shares infinitely many terms.
For an illustration of initial terms consider the diagram of A256264 in the fourth quadrant of the square grid together with a reflected copy in the second quadrant.
LINKS
FORMULA
MATHEMATICA
Accumulate@Riffle[#, #] &@ Flatten@Join[{0}, NestList[Join[#, Range[ Length[ #] - 1]*6 - 1, {2 #[[-1]] + 1}] &, {1}, 5]] (* Ivan Neretin, Feb 14 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Omar E. Pol, Dec 30 2015
STATUS
approved