login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093005 The lone multiple of n among the next n numbers. 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; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

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

Termwise products of the natural numbers and the natural numbers repeated.

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 ), A183207.

Sequence in context: A067795 A029933 A128913 * A049818 A066189 A174658

Adjacent sequences:  A093002 A093003 A093004 * 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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 07:41 EST 2012. Contains 205998 sequences.