The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A059997 a(n) = (n/2)*(n + 1)*(3*n + 11). 2
14, 51, 120, 230, 390, 609, 896, 1260, 1710, 2255, 2904, 3666, 4550, 5565, 6720, 8024, 9486, 11115, 12920, 14910, 17094, 19481, 22080, 24900, 27950, 31239, 34776, 38570, 42630, 46965, 51584, 56496, 61710, 67235, 73080, 79254, 85766, 92625 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Number of dimensions for non-compact n-manifolds.
REFERENCES
Harold W. Kuhn and Sylvia Nasar, eds., The Essential John Nash, Princeton University Press, Princeton, NJ, 2002, Chapter 11, page 207.
LINKS
John Nash, The Imbedding Problem For Riemannian Manifolds, Annals of Mathematics, Vol. 63, No. 1, 1956, pp. 20-63.
FORMULA
From Colin Barker, Jan 28 2012: (Start)
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4).
G.f.: x*(14-5*x)/(1-x)^4. (End)
MATHEMATICA
Table[3/2n^3 + 7n^2 + 11/2n, {n, 1, 40}]
LinearRecurrence[{4, -6, 4, -1}, {14, 51, 120, 230}, 40] (* Harvey P. Dale, Apr 06 2022 *)
PROG
(PARI) { for (n=1, 1000, write("b059997.txt", n, " ", n*(n + 1)*(3*n + 11)/2); ) } \\ Harry J. Smith, Jul 01 2009
CROSSREFS
Sequence in context: A043912 A244804 A009961 * A007588 A269312 A129025
KEYWORD
easy,nonn
AUTHOR
Jason Earls, Mar 10 2001
EXTENSIONS
Edited by Robert G. Wilson v, Mar 02 2002
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 May 13 21:17 EDT 2024. Contains 372523 sequences. (Running on oeis4.)