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

Logo
Hints
(Greetings fromThe On-Line Encyclopedia of Integer Sequences!)
A299281 Coordination sequence for "reo-e" 3D uniform tiling. 51
1, 6, 19, 41, 72, 114, 166, 224, 288, 364, 454, 550, 648, 758, 886, 1020, 1152, 1296, 1462, 1634, 1800, 1978, 2182, 2392, 2592, 2804, 3046, 3294, 3528, 3774, 4054, 4340, 4608, 4888, 5206, 5530, 5832, 6146, 6502, 6864, 7200, 7548, 7942, 8342, 8712, 9094, 9526, 9964, 10368 (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 #9.
LINKS
Reticular Chemistry Structure Resource (RCSR),The reo-e tiling (or net)
FORMULA
G.f.: (x+1)*(x^3+x^2+1)*(x^6-2*x^5+x^4+3*x^2+2*x+1) / ((x^2+1)^2*(1-x)^3). -N. J. A. Sloane,Feb 12 2018
a(n) = 3*a(n-1) - 5*a(n-2) + 7*a(n-3) - 7*a(n-4) + 5*a(n-5) - 3*a(n-6) + a(n-7) for n>8. -Colin Barker,Feb 14 2018
a(n) = (9*n^2 + 4*(1 -A056594(n)) - (n - 4)*A056594(n+1))/2 for n > 3. -Stefano Spezia,Apr 23 2023
PROG
(PARI) Vec((1 + x)*(1 + x^2 + x^3)*(1 + 2*x + 3*x^2 + x^4 - 2*x^5 + x^6) / ((1 - x)^3*(1 + x^2)^2) + O(x^60)) \\Colin Barker,Feb 14 2018
CROSSREFS
SeeA299282for partial sums.
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane,Feb 10 2018
EXTENSIONS
a(21)-a(40) fromDavide M. Proserpio,Feb 12 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 22:32 EDT 2024. Contains 375685 sequences. (Running on oeis4.)