login
The OEIS is supported bythe many generous donors to the OEIS Foundation.

Logo
Hints
(Greetings fromThe On-Line Encyclopedia of Integer Sequences!)
A299279 Coordination sequence for "reo" 3D uniform tiling. 51
1, 8, 30, 68, 126, 180, 286, 348, 510, 572, 798, 852, 1150, 1188, 1566, 1580, 2046, 2028, 2590, 2532, 3198, 3092, 3870, 3708, 4606, 4380, 5406, 5108, 6270, 5892, 7198, 6732, 8190, 7628, 9246, 8580, 10366, 9588, 11550, 10652, 12798, 11772, 14110, 12948, 15486, 14180 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
First 20 terms computed byDavide M. Proserpiousing ToposPro.
REFERENCES
B. Grünbaum, Uniform tilings of 3-space, Geombinatorics, 4 (1994), 49-56. See tiling #7.
LINKS
Reticular Chemistry Structure Resource (RCSR),The reo tiling (or net)
FORMULA
G.f.: (4*x^7 - 3*x^6 + 39*x^4 + 44*x^3 + 27*x^2 + 8*x + 1) / (1 - x^2)^3.
FromColin Barker,Feb 11 2018: (Start)
a(n) = 8*n^2 - 2 for even n > 1.
a(n) = 7*n^2 + 5 for odd n > 1.
a(n) = 3*a(n-2) - 3*a(n-4) + a(n-6) for n>7. (End)
E.g.f.: 3 - 4*x + (8*x^2 + 7*x - 2)*cosh(x) + (7*x^2 + 8*x + 5)*sinh(x). -Stefano Spezia,Jun 06 2024
PROG
(PARI) Vec((1 + 8*x + 27*x^2 + 44*x^3 + 39*x^4 - 3*x^6 + 4*x^7) / ((1 - x)^3*(1 + x)^3) + O(x^60)) \\Colin Barker,Feb 11 2018
CROSSREFS
SeeA299280for partial sums.
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane,Feb 10 2018
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 byThe OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 4 20:04 EDT 2024. Contains 375685 sequences. (Running on oeis4.)