The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A360501 Number of edges added at n-th generation of hexagonal graph constructed in first quadrant (see Comments for precise definition). 3

%I #42 Feb 20 2023 20:25:07

%S 0,1,1,2,4,5,6,7,8,10,10,12,12,15,14,17,16,20,18,22,20,25,22,27,24,30,

%T 26,32,28,35,30,37,32,40,34,42,36,45,38,47,40,50,42,52,44,55,46,57,48,

%U 60,50,62,52,65,54,67,56,70,58,72,60,75,62,77,64,80,66,82,68,85,70,87,72,90

%N Number of edges added at n-th generation of hexagonal graph constructed in first quadrant (see Comments for precise definition).

%C We build up a planar graph with hexagonal cells, based on the square grid. There are six kinds of edges.

%C A U edge is drawn from (x,y) to (x,y+1);

%C a U^{-1} edge is drawn from (x,y) to (x,y-1);

%C an L edge is drawn from (x,y) to (x-1,y+1);

%C an L^{-1} edge is drawn from (x,y) to (x+1,y-1);

%C an R edge is drawn from (x,y) to (x+1,y+1); and

%C an R^{-1} edge is drawn from (x,y) to (x-1,y-1).

%C The construction starts in generation 0 with a single node at the origin (see illustration). At generation 1 we draw a U line from the origin to (0,1).

%C The graph is then extended using the following rules.

%C Every U is followed by a pair of lines, L and R;

%C every L is followed by a U;

%C every L^{-1} is followed by a pair U^{-1} and R; and

%C every R is followed by a pair U and L^{-1}.

%C Lines that fall outside the first quadrant are ignored, and lines that would coincide with existing lines are ignored.

%C Lines of type U^{-1} and R^{-1} do not need to be followed by anything.

%C The node numbers in the illustration indicate at which generation the node is reached. This is also the graph distance from the origin.

%C The number of nodes that are added at the n-th generation, for n >= 0, is given by 1, 1, 1, 2, 4, 4, 5, 5, 7, 7, 8, 8, 10, 10, 11, 11, 13, 13, 14, 14, 16, 16, 17, 17, 19, 19, ..., with G.f. = (-x^7+x^6+x^4+x^3+1)/((1-x)*(1-x^4)). This is essentially A265428.

%C The total number of nodes after the n-th generation, for n >= 0, is 1, 2, 3, 5, 9, 13, 18, 23, 30, 37, 45, 53, 63, 73, 84, 95, 108, 121, 135, 149, 165, 181, 198, ... This is essentially A265429.

%C The number of hexagons that are added at the n-th generation, for n >= 0, is given by 0, 0, 0, 0, 0, 1, 1, 2, 1, 3, 2, 4, 2, 5, 3, 6, 3, 7, 4, 8, 4, 9, 5, 10, 5, 11, 6, 12, 6, 13, ..., with G.f. = x^5*(1+x+x^2)/((1-x^2)*(1-x^4)). This is essentially A106466.

%H N. J. A. Sloane, <a href="/A360501/a360501.pdf">Illustration of generations 0 to 16 of the construction</a>. The structure has quasi-period 4, that is, the structure essentially repeats itself every four generations, as suggested by the color scheme.

%F G.f.: x*(1+x+x^2+3*x^3+2*x^4+x^5+x^6-x^7)/((1-x^2)*(1-x^4)).

%Y Cf. A360512 (partial sums), A106466, A265428, A265429.

%Y Inspired by A182838.

%K nonn

%O 0,4

%A _N. J. A. Sloane_, Feb 09 2023

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 June 7 18:53 EDT 2024. Contains 373206 sequences. (Running on oeis4.)