|
Search: id:A033954
|
|
|
| A033954 |
|
n*(4*n+3). Also, second 10-gonal (or decagonal) numbers. |
|
+0 18
|
|
| 0, 7, 22, 45, 76, 115, 162, 217, 280, 351, 430, 517, 612, 715, 826, 945, 1072, 1207, 1350, 1501, 1660, 1827, 2002, 2185, 2376, 2575, 2782, 2997, 3220, 3451, 3690, 3937, 4192, 4455, 4726, 5005, 5292, 5587, 5890, 6201, 6520, 6847, 7182, 7525, 7876, 8235
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Write 0,1,2,... in clockwise spiral; sequence gives numbers on positive x axis.
The equations 1 + 2 = 3 and 3^2 + 4^2 = 5^2 set the stage for considering whether it is also true that 5^3 + 6^3 = 7^3 and 7^4 + 8^4 = 9^4. Reflecting on Fermat's Last Theorem or resorting to a calculator dispels any hope that either of the two equations could be correct. However, it is true that 5^3 + 6^3 + 2 = 7^3 and 7^4 + 8^4 + 64 = 9^4. More significantly, each of these equations is the first of an infinite sequence of equations featuring consecutive integers that conform to the spirit of the equations mentioned in A000384. For n>0, a(n)^4+(a(n)+1)^4 +...+(a(n)+n)^4 +(4*A000217(n))^3 = (a(n)+n+1)^4+...+(a(n)+2n)^4; e.g., 7^4+8^4+(4*1)^3=9^4; 22^4+23^4+24^4+(4*3)^3=25^4+26^4; see also 045944 - Charlie Marion (charliemath(AT)optonline.net), Dec 8 2007
|
|
REFERENCES
|
S. M. Ellerstein, The square spiral, J. Recreational Mathematics 29 (#3, 1998) 188; 30 (#4, 1999-2000), 246-250.
R. L. Graham, D. E. Knuth and O. Patashnik, Concrete Mathematics. Addison-Wesley, Reading, MA, 2nd ed., 1994, p. 99.
|
|
LINKS
|
Emilio Apricena, A version of the Ulam spiral
|
|
FORMULA
|
G.f.: x(7+x)/(1-x)^3. - Michael Somos, Mar 03 2003
|
|
EXAMPLE
|
16 17 18 19 ...
15 4 5 6 ...
14 3 0 7 ...
13 2 1 8 ...
|
|
MATHEMATICA
|
s=0; lst={s}; Do[s+=n++ +7; AppendTo[lst, s], {n, 0, 7!, 8}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 16 2008]
|
|
PROGRAM
|
(PARI) a(n)=4*n^2+3*n
|
|
CROSSREFS
|
Same as A033951 except start at 0. Cf. A002943.
a(n)=A001107(-n)=A074377(2n).
Sequences from spirals: A001107, A002939, A007742, A033951, A033952, A033953, A033954, A033989, A033990, A033991, A002943, A033996, A033988.
Cf. A002620.
Adjacent sequences: A033951 A033952 A033953 this_sequence A033955 A033956 A033957
Sequence in context: A047718 A031053 A063130 this_sequence A159227 A081274 A038764
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.002 seconds
|