|
Search: id:A093005
|
|
|
| A093005 |
|
The lone multiple of n among the next n numbers. |
|
+0 7
|
|
| 1, 2, 6, 8, 15, 18, 28, 32, 45, 50, 66, 72, 91, 98, 120, 128, 153, 162, 190, 200, 231, 242, 276, 288, 325, 338, 378, 392, 435, 450, 496, 512, 561, 578, 630, 648, 703, 722, 780, 800, 861, 882, 946, 968, 1035, 1058, 1128, 1152, 1225, 1250, 1326, 1352, 1431, 1458
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
Consider the triangle
1
2 3
4 5 6
7 8 9 10
11 12 13 14 15
16 17 18 19 20 21
22 23 24 25 26 27 28
... Then sequence contains the multiple of n in the n-th row.
Interleaves A000384 and A001105. - Paul Barry (pbarry(AT)wit.ie), Jun 29 2006
|
|
FORMULA
|
a(2n-1)= n*(2n-1), a(2n) = 2n^2.
G.f.: x(1+x+2x^2)/((1+x)^2*(1-x)^3); a(n)=a(n-1)+2a(n-2)-2a(n-3)-a(n-4)+a(n-5); a(n)=n(2n+1)/4-n(-1)^n/4; - Paul Barry (pbarry(AT)wit.ie), Jun 29 2006
a(n)= n*(floor((n+1)/2) - Olivier GERARD (olivier.gerard(AT)gmail.com), Jun 21 2007
|
|
MAPLE
|
a:=n->add(add(1-(-1)^j, j=1..n), j=1..n):seq(a(n)/2, n=1..52); # [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Dec 13 2008]
|
|
MATHEMATICA
|
a[ n_Integer ] := n Floor[(n + 1)/2] - Olivier GERARD (olivier.gerard(AT)gmail.com), Jun 21 2007
|
|
CROSSREFS
|
Cf. A008619 ( a(n)/n ).
Sequence in context: A135619 A029933 A128913 this_sequence A049818 A066189 A137848
Adjacent sequences: A093002 A093003 A093004 this_sequence A093006 A093007 A093008
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Mar 29 2004
|
|
EXTENSIONS
|
Corrected and extended by Joshua Zucker (joshua.zucker(AT)stanfordalumni.org), May 08 2006
|
|
|
Search completed in 0.002 seconds
|