Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)
A195321 a(n) = 18*n^2. 11
0, 18, 72, 162, 288, 450, 648, 882, 1152, 1458, 1800, 2178, 2592, 3042, 3528, 4050, 4608, 5202, 5832, 6498, 7200, 7938, 8712, 9522, 10368, 11250, 12168, 13122, 14112, 15138, 16200, 17298, 18432, 19602, 20808, 22050, 23328, 24642, 25992, 27378, 28800 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Sequence found by reading the line from 0, in the direction 0, 18,..., in the square spiral whose vertices are the generalized hendecagonal numbers A195160. Semi-axis opposite to A195316 in the same spiral.
Area of a square with diagonal 6n. - Wesley Ivan Hurt, Jun 19 2014
Number of identical tessellation tiles that are composed of 48 equilateral edge joined triangles that can be formed into a order n hexagon. The example tiles shown in the link below are tessellated with eight sphinx tiles. See A291582. - Craig Knecht, Sep 02 2017
LINKS
Craig Knecht, Hexagon tessellation
FORMULA
a(n) = 18*A000290(n) = 9*A001105(n) = 6*A033428(n) = 3*A033581(n) = 2*A016766(n).
G.f.: 18*x*(1+x)/(1-x)^3. - Wesley Ivan Hurt, Jun 20 2014
MAPLE
A195321:=n->18*n^2; seq(A195321(n), n=0..50); # Wesley Ivan Hurt, Jun 19 2014
MATHEMATICA
18 Range[0, 50]^2 (* or *) CoefficientList[Series[18 x*(1 + x)/(1 - x)^3, {x, 0, 30}], x] (* Wesley Ivan Hurt, Jun 20 2014 *)
LinearRecurrence[{3, -3, 1}, {0, 18, 72}, 50] (* Harvey P. Dale, Mar 26 2023 *)
PROG
(Magma)[18*n^2:n in [0..40]]; // Vincenzo Librandi, Sep 20 2011
(PARI) a(n)=18*n^2 \\ Charles R Greathouse IV, Jun 17 2017
CROSSREFS
Bisection of A195147.
Sequence in context: A274577 A347360 A373903 * A069058 A262000 A007276
KEYWORD
nonn,easy
AUTHOR
Omar E. Pol, Sep 16 2011
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 August 22 04:48 EDT 2024. Contains 375356 sequences. (Running on oeis4.)