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.

A159938 The number of homogeneous trisubstituted linear alkanes.

Original entry on oeis.org

2, 6, 16, 36, 70, 122, 196, 296, 426, 590, 792, 1036, 1326, 1666, 2060, 2512, 3026, 3606, 4256, 4980, 5782, 6666, 7636, 8696, 9850, 11102, 12456, 13916, 15486, 17170, 18972, 20896, 22946, 25126, 27440, 29892, 32486
Offset: 2

Views

Author

Parthasarathy Nambi, Apr 26 2009

Keywords

Comments

See the paper by Valentin Vankov Iliev for details.
This sequence is related to A152947 by a(n) = (n-1)*A152947(n) + sum( A152947(i), i=1..n-1 ). - Bruno Berselli, Dec 19 2013

Examples

			The number of homogeneous trisubstituted linear alkane with ten carbon atoms is 426.
		

Crossrefs

Formula

a(n) = (1/3)*(2*n^3 - 9*n^2 + 19*n - 12), where n is the number of carbons.
a(n) = 2*A081489(n-1) = (n-1)*(2*n^2-7*n+12)/3. - R. J. Mathar, Apr 28 2009
G.f.: 2*x^2*(1-x+2*x^2)/(1-x)^4. - Colin Barker, Aug 06 2012

Extensions

More terms from Colin Barker, Aug 06 2012

A159940 The number of trisubstitution products with composition C_n H_(2n-1) X_2 Y.

Original entry on oeis.org

4, 16, 46, 106, 208, 364, 586, 886, 1276, 1768, 2374, 3106, 3976, 4996, 6178, 7534, 9076, 10816, 12766, 14938, 17344, 19996, 22906, 26086, 29548, 33304, 37366, 41746, 46456, 51508, 56914, 62686, 68836, 75376, 82318, 89674, 97456, 105676, 114346
Offset: 2

Views

Author

Parthasarathy Nambi, Apr 26 2009

Keywords

Comments

See the paper by Valentin Vankov Iliev for details.

Examples

			The number of trisubstitution products with composition C_n H_(2n-1) X_2 Y for n = 10 is 1276.
		

Crossrefs

Formula

a(n) = (2 n^3 - 9 n^2 + 19 n - 14) where n is the number of carbons.
G.f.: 2*x^2*(2+3*x^2+x^3)/(x-1)^4. - R. J. Mathar, Apr 28 2009

Extensions

More terms from R. J. Mathar, Apr 28 2009
Showing 1-2 of 2 results.