|
Search: id:A064225
|
|
| |
|
| 1, 8, 24, 49, 83, 126, 178, 239, 309, 388, 476, 573, 679, 794, 918, 1051, 1193, 1344, 1504, 1673, 1851, 2038, 2234, 2439, 2653, 2876, 3108, 3349, 3599, 3858, 4126, 4403, 4689, 4984, 5288, 5601, 5923, 6254, 6594, 6943, 7301, 7668, 8044, 8429, 8823, 9226
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Diagonal of triangular spiral in A051682. - Michael Somos Jul 22 2006
|
|
REFERENCES
|
National Security Agency, Notices of the AMS, vol. 49 (2001), p. 216.
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n=0,...,1000
|
|
FORMULA
|
Ehrhart polynomial of closed quadrilateral with vertices (0,2),(2,3),(3,1),(2,0). - Michael Somos Jul 22 2006
a(n)=9*n+a(n-1)-11 (with a(1)=1) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 10 2009]
|
|
EXAMPLE
|
For n=2, a(2)=9*2+1-11=8; n=3, a(3)=9*3+8-11=24; n=4, a(4)=9*4+24-11=49 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 10 2009]
|
|
PROGRAM
|
(PARI) a(n)=1+n*(9*n+5)/2 /* Michael Somos Jul 22 2006 */
(PARI) { for (n=0, 1000, write("b064225.txt", n, " ", 1 + n*(9*n + 5)/2) ) } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Sep 10 2009]
|
|
CROSSREFS
|
A064226(n)=a(-1-n).
Sequence in context: A146980 A028612 A068857 this_sequence A054275 A122655 A152134
Adjacent sequences: A064222 A064223 A064224 this_sequence A064226 A064227 A064228
|
|
KEYWORD
|
nonn,new
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com), Sep 22 2001
|
|
|
Search completed in 0.002 seconds
|