|
Search: id:A014105
|
|
|
| A014105 |
|
Second hexagonal numbers: n(2n+1). |
|
+0 33
|
|
| 0, 3, 10, 21, 36, 55, 78, 105, 136, 171, 210, 253, 300, 351, 406, 465, 528, 595, 666, 741, 820, 903, 990, 1081, 1176, 1275, 1378, 1485, 1596, 1711, 1830, 1953, 2080, 2211, 2346, 2485, 2628, 2775, 2926, 3081, 3240, 3403, 3570, 3741, 3916, 4095, 4278
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
Note that when starting from {a(n)}^2, equality holds between series of first n+1 and next n consecutive squares : a(n)^2+(a(n)+1)^2+...+(a(n)+n)^2 = (a(n)+n+1)^2+(a(n)+n+2)^2+...(a(n)+2n)^2, e.g. 10^2+11^2+12^2 = 13^2+14^2 - Henry Bottomley (se16(AT)btinternet.com), Jan 22 2001
a(n) = sum of second set of n consecutive even numbers - sum of the first set of n consecutive odd numbers: a(1) = 4-1, a(3) = (8+10+12) - (1+3+5) = 21. - Amarnath Murthy, Nov 07 2002
a(n) = A084849(n) - 1; A100035(a(n)+1) = 1. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Oct 31 2004
Also a(n)=3*Sum(tan^2(k*pi/(2(n+1))), k, 1, n); - Ignacio Larrosa (ignacio.larrosa(AT)eresmas.net), Apr 17 2001
If Y is a fixed 3-subset of a (2n+1)-set X then a(n) is the number of (2n-1)-subsets of X intersecting Y. - Milan R. Janjic (agnus(AT)blic.net), Oct 28 2007
a(2*n) = A033585(n); a(3*n) = A144314(n). [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Sep 17 2008]
|
|
LINKS
|
Index entries for two-way infinite sequences
Index entries for sequences related to linear recurrences with constant coefficients
Milan Janjic, Two Enumerative Functions
|
|
FORMULA
|
a(n)^2 = n*(a(n)+1 + a(n)+2 + ... + a(n)+2n), e.g. 10^2 = 2*(11 + 12 + 13 +14) - Charlie Marion (charliem(AT)bestweb.net), Jun 15 2003
G.f.: x(3+x)/(1-x)^3. E.g.f.: exp(x)(3x+2x^2). a(n)=A000217(2n)=A000384(-n).
Partial sums of odd numbers 3 mod 4, i.e. 3, 3+7, 3+7+11, ... Cf. A001107. - Jon Perry (perry(AT)globalnet.co.uk), Dec 18 2004
a(n) = A126890(n,k) + A126890(n,n-k), 0<=k<=n. - Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Dec 30 2006
a(n)=4*n+a(n-1)-5 (with a(1)=0) [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 08 2009]
|
|
EXAMPLE
|
For n=2, a(2)=4*2+0-5=3; n=3, a(3)=4*3+3-5=10; n=4, a(4)=4*4+10-5=21 [From Vincenzo Librandi (vincenzo.librandi(AT)tin.it), Nov 08 2009]
|
|
MAPLE
|
seq(binomial(2*n+1, 2), n=0..46); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jan 21 2007
a:=n->sum(j, j=0..n): seq(a(2*n), n=0..46); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Apr 30 2007
with(finance):seq(add(cashflows([n, k, k], 0 ), k=1..n), n=0..51); - Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Jun 30 2008
a:=n->sum(1+sum(2, k=1..n), k=1..n):seq(a(n), n=0...43); [From Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), Aug 24 2008]
|
|
MATHEMATICA
|
s=0; lst={s}; Do[s+=n++ +3; AppendTo[lst, s], {n, 0, 6!, 4}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 16 2008]
|
|
PROGRAM
|
(PARI) a(n)=n*(2*n+1)
|
|
CROSSREFS
|
Cf. A000217, A000384.
Second column of array A094416.
Cf. A100040, A100041.
A081266, A144312. [From Reinhard Zumkeller (reinhard.zumkeller(AT)gmail.com), Sep 17 2008]
Sequence in context: A073604 A004194 A097590 this_sequence A146012 A027917 A038347
Adjacent sequences: A014102 A014103 A014104 this_sequence A014106 A014107 A014108
|
|
KEYWORD
|
nonn,easy,new
|
|
AUTHOR
|
N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
Search completed in 0.003 seconds
|