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!)
A357021 First coordinate x of points in the triangular lattice, sorted first by the distance from the origin and then by the circumferential angle phi restricted to the sector 0 <= phi < Pi/6. y is given in A357022. 2

%I #7 Sep 10 2022 07:35:09

%S 0,1,2,2,3,3,4,4,4,5,5,5,6,6,6,6,7,7,7,8,7,8,8,8,9,9,8,9,9,10,10,10,9,

%T 10,10,11,11,11,10,11,12,12,11,12,12,11,12,13,13,12,13,13,12,13,14,14,

%U 14,14,13,14,13,15,15,14,15,15,14,15,16,16,14,16,15

%N First coordinate x of points in the triangular lattice, sorted first by the distance from the origin and then by the circumferential angle phi restricted to the sector 0 <= phi < Pi/6. y is given in A357022.

%C The coordinates (x,y) are defined in an oblique coordinate system with an angle of 120 degrees between the axes, see e.g. A307012.

%C The distance from the origin is given by r = sqrt(x^2 - x*y + y^2), and the circumferential angle is phi = atan(sqrt(3)*y/(2*x - y)).

%C Using the pairs of terms of this sequence and of A357021(n) as grid indices in an infinite triangular lattice of one-ohm resistors leads to strictly increasing resistances against (0,0) (see A355585). This is similar to the role of A280079 and A280317 used as grid indices in the square lattice (see A355565).

%e R is the resistance between a grid point (x,y) and (0,0) in an infinite triangular lattice of one-ohm resistors.

%e .

%e n x y r^2 phi R

%e (degrees) (ohms)

%e 1 0 0 0 0.0000000000

%e 2 1 0 1 0.000 0.3333333333

%e 3 2 1 3 30.000 0.4359911242

%e 4 2 0 4 0.000 0.4613510850

%e 5 3 1 7 19.107 0.5132889542

%e 6 3 0 9 0.000 0.5362130198

%e 7 4 2 12 30.000 0.5627909282

%e 8 4 1 13 13.898 0.5700986140

%e 9 4 0 16 0.000 0.5891518971

%e ...

%e 19 7 1 43 7.589 0.6800193341

%e 20 8 4 48 30.000 0.6901322715

%e 21 7 0 49 0.000 0.6920215369

%e 22 8 3 49 21.787 0.6920259223

%e 23 8 2 52 13.898 0.6974842443

%Y Cf. A003136, A280079, A280317, A305575, A305576, A355565, A355585.

%K nonn

%O 1,3

%A _Hugo Pfoertner_, Sep 10 2022

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 May 7 13:58 EDT 2024. Contains 372310 sequences. (Running on oeis4.)