A014293 a(n) = n^(n+1) - n + 1.
1, 1, 7, 79, 1021, 15621, 279931, 5764795, 134217721, 3486784393, 99999999991, 3138428376711, 106993205379061, 3937376385699277, 155568095557812211, 6568408355712890611, 295147905179352825841, 14063084452067724990993
Offset: 0
References
- H. E. Dudeney, The Canterbury Puzzles, Prob. 114 pp. 160-161, 250, Nelson, London 1919.
- M. Gardner, The 2nd Scientific American Book of Mathematical Puzzles & Diversions, p. 108, Simon & Shuster, NY 1961.
- P. Halmos, Problems for Mathematicians Young and Old, MAA DC 1991.
- W. L. Schaff, A Bibliography of Recreational Mathematics, Vol. 2 Chap. 1.18c, p. 24, NCTM Washington D. C., 1970.
Links
- T. D. Noe, Table of n, a(n) for n = 0..100
- Anonymous, The Coconut Puzzle.
- J. Burkardt, The Coconut puzzle.
- Santo D'Agostino, "The Coconut Problem"; Updated With Solution, May 2011.
- R. V. Gassel et al., Coconut Chaos.
- MathKnox, Puzzle of the week.
- J. S. Tanton, A collection of research problems.
- K. Uhland, Marx Brothers, Four Years Later.
- K. Uhland, Marx Brothers, Four Years Later.
- Eric Weisstein's World of Mathematics, Monkey and Coconut Problem.
Programs
-
Mathematica
Table[n^(n+1)-n+1,{n,0,30}] (* Harvey P. Dale, Mar 24 2011 *)
Formula
E.g.f.: e^x*(1-x) + T/(1-T)^3, where T=T(x) is Euler's tree function (see A000169). - Len Smiley Dec 10 2001
Extensions
Additional links supplied by Lekraj Beedassy
Comments