|
Search: id:A059845
|
|
| |
|
| 0, 7, 17, 30, 46, 65, 87, 112, 140, 171, 205, 242, 282, 325, 371, 420, 472, 527, 585, 646, 710, 777, 847, 920, 996, 1075, 1157, 1242, 1330, 1421, 1515, 1612, 1712, 1815, 1921, 2030, 2142, 2257, 2375, 2496, 2620, 2747, 2877, 3010, 3146, 3285, 3427, 3572, 3720
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Number of Euclidean spaces for every compact Riemannian n-manifold to be realizable as a sub-manifold.
|
|
REFERENCES
|
John Nash, The Imbedding Problem For Riemannian Manifolds, Annals of Mathematics, Vol. 63, No. 1, 1956, pp. 20-63.
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=0,...,2000
|
|
FORMULA
|
sum (n+j-1,j=4..n). - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Sep 12 2006
a(n)=3*n+a(n-1)+1 (with a(1)=0) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 08 2009]
|
|
EXAMPLE
|
For n=2, a(2)=3*2+0+1=7; n=3, a(3)=3*3+7+1=17; n=4, a(4)=3*4+17+1=30 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 08 2009]
|
|
MATHEMATICA
|
s=0; lst={s}; Do[s+=n++ +7; AppendTo[lst, s], {n, 0, 6!, 3}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 16 2008]
Table[Sum[i + n - 3, {i, 5, n}], {n, 4, 52}] [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jul 11 2009]
|
|
PROGRAM
|
(PARI) { for (n=0, 2000, write("b059845.txt", n, " ", n*(3*n + 11)/2); ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Jun 29 2009]
|
|
CROSSREFS
|
The generalized pentagonal numbers b*n+3*n*(n-1)/2, for b = 1 through 12, form sequences A000326, A005449, A045943, A115067, A140090, A140091, A059845, A140672, A140673, A140674, A140675, A151542.
Sequence in context: A045575 A029532 A088566 this_sequence A006142 A001123 A094080
Adjacent sequences: A059842 A059843 A059844 this_sequence A059846 A059847 A059848
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
Jason Earls (zevi_35711(AT)yahoo.com), Mar 10 2001
|
|
|
Search completed in 0.002 seconds
|