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.

A006001 Number of paraffins.

Original entry on oeis.org

1, 4, 10, 22, 43, 76, 124, 190, 277, 388, 526, 694, 895, 1132, 1408, 1726, 2089, 2500, 2962, 3478, 4051, 4684, 5380, 6142, 6973, 7876, 8854, 9910, 11047, 12268, 13576, 14974, 16465, 18052, 19738, 21526
Offset: 0

Views

Author

Keywords

References

  • S. M. Losanitsch, Die Isomerie-Arten bei den Homologen der Paraffin-Reihe, Chem. Ber. 30 (1897), 1917-1926.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

Formula

G.f.: (1 + 2 x^3) / (1 - x)^4.
a(n) = 1 + 5*n/2 + n^3/2. - Enrique Pérez Herrero, Mar 19 2012