login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100262 Expansion of A(x)^2, where A(x) = o.g.f. of n^n (A000312). 5
1, 2, 9, 62, 582, 6978, 102339, 1779222, 35809052, 819103178, 20987183525, 595341928814, 18519658804818, 626784970780690, 22926284614808071, 901188628763393606, 37882728189752349304, 1695744102631158083866 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Thomas Wieder, The number of certain k-combinations of an n-set, Applied Mathematics Electronic Notes, vol. 8 (2008).
FORMULA
a(n) = Sum_{k=0..n} k^k * (n-k)^(n-k). - Tilman Neumann, Dec 13 2008
a(n) ~ 2 * n^n. - Vaclav Kotesovec, Dec 03 2021
EXAMPLE
(1 + x + 4x^2 + 27x^3 + 256x^4 +...)^2 = 1 + 2x + 9x^2 + 62x^3 +...
MATHEMATICA
nn=17; f[x_]=1+Sum[n^n x^n, {n, 1, nn}]; CoefficientList[Series[f[x]^2, {x, 0, nn}], x] (* Geoffrey Critzer, Nov 05 2013 *)
PROG
(PARI) a(n) = sum(k=0, n, k^k*(n-k)^(n-k)); \\ Seiichi Manyama, Dec 03 2021
CROSSREFS
Sequence in context: A352326 A052820 A213528 * A166886 A212413 A003577
KEYWORD
nonn
AUTHOR
Ralf Stephan, Nov 20 2004
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified July 13 19:40 EDT 2024. Contains 374286 sequences. (Running on oeis4.)