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.

Previous Showing 11-11 of 11 results.

A117607 Integer complexity of n represented with {1,+,!} and parentheses, where ! can be concatenated for multifactorials.

Original entry on oeis.org

1, 2, 3, 4, 5, 3, 4, 4, 5, 6, 7, 3, 4, 4, 5, 4, 5, 5, 6, 6, 4, 5, 6, 3, 4, 4, 5, 4, 5, 5, 6, 4, 5, 5, 6, 3, 4, 5, 5
Offset: 1

Views

Author

Jonathan Vos Post, Apr 06 2006

Keywords

Comments

Using the set of symbols {1, +, !} and parentheses, how many 1's does it take to represent n? "!!" is double factorial, "!!!" is triple factorial and so forth.
lim inf = 3, lim sup = infinity. What is the average behavior of this sequence? - Charles R Greathouse IV, Jun 15 2012

Examples

			a(1) = 1 because there is one 1 in "1".
a(2) = 2 because "1 + 1".
a(6) = 3 because "(1+1+1)!".
a(7) = 4 because "(1+1+1)!+1".
a(8) = 4 because "(1+1+1+1)!!" using double factorial.
a(12) = 3 because "((1+1+1)!)!!!!" using quadruple factorial.
a(15) = 5 because "(1+1+1+1+1)!!" using double factorial.
a(16) = 4 because "((1+1+1+1)!!)!!!!!!" using double factorial and sextuple factorial.
a(24) = 3 because "(((1+1+1)!)!!!!)!!!!!!!!!!" using quadruple factorial and decuple factorial.
a(36) = 3 because "(((1+1+1)!)!!!!)!!!!!!!!!" using quadruple factorial and nonuple factorial.
		

Crossrefs

n! = A000142. n!! = A006882. n!!! = A007661. n!!!! = A007662. n!!!!! = A085157. n!!!!!! = A085158. n!!!!!!! = A114799. n!!!!!!!! = A114800. n!!!!!!!!! = A114806.
Previous Showing 11-11 of 11 results.