login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A256537
First differences of corner sequence A256536 associated with A151723.
3
1, 3, 5, 9, 9, 9, 17, 25, 17, 9, 17, 29, 37, 33, 41, 57, 33, 9, 17, 29, 37, 37, 53, 85, 85, 49, 41, 73, 101, 93, 101, 125, 65, 9, 17, 29, 37, 37, 53, 85, 85, 53, 53, 93, 133, 141, 149, 197, 181, 81, 41, 73, 101, 109, 141, 221, 253, 173, 117, 173, 249, 237, 237, 265, 129
OFFSET
1,2
COMMENTS
Number of cells turned ON at n-th stage in one of the outside corners of an infinite hexagon-shaped structure on hexagonal grid.
For an animation see "The movie version" in Links section.
FORMULA
a(1) = 1; a(2) = 3.
It appears that a(n) = 1 + (A151724(n) + A151724(n-1))/3, n >= 3.
It appears that a(n) = 1 + (A151723(n) - A151723(n-2))/3, n >= 3.
It appears that a(n) = 1 + 2*(A170898(n-2) + A170898(n-3)), n >= 3.
a(3) = 5.
It appears that a(n) = 1 + 2*(A169779(n-2) - A169779(n-4)), n >= 4.
EXAMPLE
Written as an irregular triangle in which the row lengths are the absolute values of the terms of A141531, the sequence begins:
1;
3;
5;
9, 9;
9, 17, 25, 17;
9, 17, 29, 37, 33, 41, 57, 33;
9, 17, 29, 37, 37, 53, 85, 85, 49, 41, 73, 101, 93, 101, 125, 65;
9, 17, 29, 37, 37, 53, 85, 85, 53, 53, 93, 133, 141, 149, 197, 181, 81, 41, 73, 101, 109, 141, 221, 253, 173, 117, 173, 249, 237, 237, 265, 129;
...
It appears that the right border gives A083318, whose representation in base 2 gives A000533.
KEYWORD
nonn,tabf
AUTHOR
Omar E. Pol, Apr 02 2015
STATUS
approved