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.

A231712 a(n) = n^n + n - 1.

Original entry on oeis.org

0, 1, 5, 29, 259, 3129, 46661, 823549, 16777223, 387420497, 10000000009, 285311670621, 8916100448267, 302875106592265, 11112006825558029, 437893890380859389, 18446744073709551631, 827240261886336764193, 39346408075296537575441, 1978419655660313589123997
Offset: 0

Views

Author

Jaroslav Krizek, Nov 12 2013

Keywords

Comments

Supersequence of A187605 (primes of the form n^n + n - 1).
Numbers n such that a(n) = prime: 2, 3, 19, 30, 535, 1551, ..., another term > 2300 (see A058912 and A187605).
Also generalization of the problem: "What is the minimum length of a text consisting only of the first n letters of the alphabet and containing all possible n-tuples (no blanks)?" (see Puzzleup link). Example for n = 3, length of text a(3) = 29: AAABAACABBABCACBACCBBBCBCCCAA, all triples (AAA, AAB, ..., CCC) occurring exactly once. - Jörg Zurkirchen, Sep 06 2014

Crossrefs

Programs

Formula

a(n) = A066279(n) - 2 = A066068(n) - 1.
E.g.f.: 1/(1 + LambertW(-x)) + (x-1)*exp(x). - Alois P. Heinz, Jun 15 2018