login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A014591 Floor(n^2/12+5/4). 0
1, 1, 1, 2, 2, 3, 4, 5, 6, 8, 9, 11, 13, 15, 17, 20, 22, 25, 28, 31, 34, 38, 41, 45, 49, 53, 57, 62, 66, 71, 76, 81, 86, 92, 97, 103, 109, 115, 121, 128, 134, 141, 148, 155, 162, 170, 177, 185, 193, 201, 209, 218, 226, 235, 244, 253, 262, 272, 281, 291, 301, 311, 321 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

LINKS

Jan Kneissler, The number of primitive Vassiliev invariants of degree up to 12

FORMULA

Number of partitions of n + 10 into 4 distinct parts one of which is 3. - Michael Somos Nov, 03 2011

G.f.: (1/(1-x^3)-x^2)/(1-x)/(1-x^2).

a(-n) = a(n). a(n) = 1 + A069905(n). - Michael Somos, Nov 03 2011

EXAMPLE

1 + x + x^2 + 2*x^3 + 2*x^4 + 3*x^5 + 4*x^6 + 5*x^7 + 6*x^8 + 8*x^9 + ...

10 = 4 + 3 + 2 + 1, 11 = 5 + 3 + 2 + 1, 12 = 6 + 3 + 2 + 1, 13 = 7 + 3 + 2 + 1 = 5 + 4 + 3 + 1, 14 = 8 + 3 + 2 + 1 = 5 + 4 + 3 + 2, 15 = 9 + 3 + 2 + 1 = 6 + 5 + 3 + 1 = 6 + 4 + 3 + 2.

PROG

(PARI) {a(n) = (n^2 + 3) \ 12 + 1} /* Michael Somos, Nov 03 2011 */

CROSSREFS

It may be only a coincidence that the first 11 terms reproduce all available data on Vassiliev invariants from diagrams with u=2 univalent vertices, as recorded in the Kneissler paper.

Sequence in context: A061052 A088670 A091581 * A027198 A027197 A137793

Adjacent sequences:  A014588 A014589 A014590 * A014592 A014593 A014594

KEYWORD

nonn,easy

AUTHOR

David Broadhurst (D.Broadhurst(AT)open.ac.uk)

EXTENSIONS

More terms from Erich Friedman (erich.friedman(AT)stetson.edu).

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 20:37 EST 2012. Contains 205554 sequences.