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.

A141323 Number of groups of order L(n).

Original entry on oeis.org

1, 1, 1, 2, 1, 1, 5, 1, 1, 4, 1, 1, 4, 2, 1, 9, 1, 1, 30, 1, 1, 11, 5, 1, 4, 1, 2, 9, 2, 1
Offset: 0

Views

Author

Jonathan Vos Post, Aug 02 2008

Keywords

Comments

This is to A140987 as Lucas numbers A000032 are to Fibonacci numbers A000045.

Examples

			a(6) = 5 because the Lucas number L(6) (starting at L(0) = 2) is 18 and there are 5 groups of order 18.
		

Crossrefs

Formula

a(n) = A000001(A000032(n)).

Extensions

a(16)-a(29) from Eric M. Schmidt, Jun 20 2014