|
Search: id:A138593
|
|
|
| A138593 |
|
Sums of 5 or more consecutive integers. |
|
+0 1
|
|
| 10, 15, 20, 21, 25, 27, 28, 30, 33, 35, 36, 39, 40, 42, 44, 45, 49, 50, 51, 52, 54, 55, 56, 57, 60, 63, 65, 66, 68, 69, 70
(list; graph; listen)
|
|
|
OFFSET
|
1,1
|
|
|
COMMENT
|
Also: the numbers of the form s*k+A000217(k-1), s>=0, k>=5. Changing the lower limit to k from 5 to 2, 4 or 6 also defines A138591, A138592 and A138594. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jul 31 2008]
|
|
EXAMPLE
|
0+1+2=3+4=10, 1+2+3+4+5=15, 2+3+4+5+6=20, 1+2+3+4+5+6=21,...
|
|
MATHEMATICA
|
Array[r, 9]; k=0; For[i=0, i<=55, a=i*4+6; For[j=i+4, j<=66, a=a+j; k++; r[k]=a; j++ ]; i++ ]; q=Union[Array[r, k]]; StringTake[ToString[q], 123]
|
|
CROSSREFS
|
Sequence in context: A139540 A135363 A118717 this_sequence A004259 A006623 A035166
Adjacent sequences: A138590 A138591 A138592 this_sequence A138594 A138595 A138596
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Vladimir Orlovsky (4vladimir(AT)gmail.com), May 13 2008
|
|
|
Search completed in 0.002 seconds
|