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!)
A358496 a(n) = Sum_{k=0..n} binomial(binomial(n, k), k). 1
1, 2, 3, 7, 24, 176, 2623, 79479, 5141566, 669156932, 178757299486, 104033138190939, 125893536876304530, 320091464865316176891, 1828276720220263211454403, 22393381352339181425954204921, 582288411818399885839904060337943, 34678571156322738984042119670750665153 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
Limit_{n->infinity} a(n)^(1/n^2) = r^(r^2/(1-2*r)) = 1.533628065110458582..., where r = A220359 = 0.70350607643066243096929661621777... is the real root of the equation (1-r)^(2*r-1) = r^(2*r).
MATHEMATICA
Table[Sum[Binomial[Binomial[n, k], k], {k, 0, n}], {n, 0, 20}]
PROG
(PARI) a(n) = sum(k=0, n, binomial(binomial(n, k), k)); \\ Michel Marcus, Nov 19 2022
CROSSREFS
Sequence in context: A374166 A099073 A129724 * A308161 A094697 A095910
KEYWORD
nonn
AUTHOR
Vaclav Kotesovec, Nov 19 2022
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 18 17:38 EDT 2024. Contains 374388 sequences. (Running on oeis4.)