cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-2 of 2 results.

A301284 Partial sums of A301283.

Original entry on oeis.org

1, 4, 10, 18, 30, 47, 65, 85, 111, 140, 169, 202, 241, 282, 323, 368, 420, 474, 526, 583, 649, 715, 778, 848, 927, 1005, 1080, 1162, 1254, 1345, 1431, 1525, 1631, 1734, 1831, 1938, 2057, 2172, 2281, 2400, 2532, 2660, 2780, 2911, 3057, 3197, 3328, 3472, 3631, 3783, 3926
Offset: 0

Views

Author

N. J. A. Sloane, Mar 23 2018

Keywords

Crossrefs

Cf. A301283.

A301285 Coordination sequence for node of type V2 in "car" 2-D tiling (or net).

Original entry on oeis.org

1, 3, 6, 10, 12, 14, 20, 23, 22, 27, 34, 34, 34, 40, 46, 47, 46, 51, 60, 60, 56, 64, 74, 71, 68, 77, 86, 84, 80, 88, 100, 97, 90, 101, 114, 108, 102, 114, 126, 121, 114, 125, 140, 134, 124, 138, 154, 145, 136, 151, 166, 158, 148, 162, 180, 171, 158, 175, 194
Offset: 0

Views

Author

N. J. A. Sloane, Mar 23 2018

Keywords

Crossrefs

Cf. A301283.

Programs

  • PARI
    See Links section.

Formula

Conjectures from Colin Barker, Mar 30 2018: (Start)
G.f.: (1 + 2*x + 5*x^2 + 7*x^3 + 7*x^4 + 7*x^5 + 5*x^6 + 2*x^7 + x^8) / ((1 - x)^2*(1 + x^2)^2*(1 + x + x^2)).
a(n) = a(n-1) - 2*a(n-2) + 3*a(n-3) - 2*a(n-4) + 3*a(n-5) - 2*a(n-6) + a(n-7) - a(n-8) for n>8.
(End)

Extensions

More terms from Rémy Sigrist, Mar 28 2018
Showing 1-2 of 2 results.