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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A061925 Ceiling(n^2/2)+1. 12
1, 2, 3, 6, 9, 14, 19, 26, 33, 42, 51, 62, 73, 86, 99, 114, 129, 146, 163, 182, 201, 222, 243, 266, 289, 314, 339, 366, 393, 422, 451, 482, 513, 546, 579, 614, 649, 686, 723, 762, 801, 842, 883, 926, 969, 1014, 1059, 1106, 1153, 1202, 1251, 1302, 1353, 1406 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,2

COMMENTS

a(n+1) gives index of the first occurrence of n in A100795. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Dec 05 2004

First term in each group in A074148. - Amarnath Murthy (amarnath_murthy(AT)yahoo.com), Aug 28 2002

LINKS

Harry J. Smith, Table of n, a(n) for n=0..1000

FORMULA

a(n) = a(n-1)+2*[(n-1)/2]+1 = A061926(3, k) = 2*A002620(n+1)-(n-1) = A000982(n)+1. a(2n) = a(2n-1)+2n-1 = 2*n^2+1 = A058331(n); a(2n+1) = a(2n)+2n+1 = 2*(n^2+n+1) = A051890(n+1).

a(n) = floor((n^2+3)/2). - Gary Detlefs, Feb 13 2010

a(n) = 2*a(n-1) -2*a(n-3) +a(n-4). G.f.: (1-x^2+2*x^3)/((1+x) * (1-x)^3). - R. J. Mathar, Feb 19 2010

a(n) = (2*n^2-(-1)^n+5)/4. - Bruno Berselli, Sep 29 2011

MAPLE

seq(floor((n^2+3)/2), n=0..25); [From Gary Detlefs, Feb 13 2010]

MATHEMATICA

Table[Ceiling[n^2/2]+1, {n, 0, 60}] (*From Vladimir Joseph Stephan Orlovsky, Apr 02 2011*)

PROG

(PARI) { for (n=0, 1000, write("b061925.txt", n, " ", ceil(n^2/2) + 1) ) } [From Harry J. Smith, Jul 29 2009]

CROSSREFS

Cf. A100795, A074148.

Cf. A074147, A074148, A074149.

Sequence in context: A008823 A127719 A074150 * A073736 A101593 A084628

Adjacent sequences:  A061922 A061923 A061924 * A061926 A061927 A061928

KEYWORD

nonn,easy

AUTHOR

Henry Bottomley, May 17 2001

EXTENSIONS

Edited by N. J. A. Sloane at the suggestion of Andrew Plewe, Jun 09 2007

STATUS

approved

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 May 18 17:25 EDT 2013. Contains 225422 sequences.