cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-10 of 12 results. Next

A256676 Digital roots of centered 11-gonal numbers (A069125).

Original entry on oeis.org

1, 3, 7, 4, 3, 4, 7, 3, 1, 1, 3, 7, 4, 3, 4, 7, 3, 1, 1, 3, 7, 4, 3, 4, 7, 3, 1, 1, 3, 7, 4, 3, 4, 7, 3, 1, 1, 3, 7, 4, 3, 4, 7, 3, 1, 1, 3, 7, 4, 3, 4, 7, 3, 1, 1, 3, 7, 4, 3, 4, 7, 3, 1, 1, 3, 7, 4, 3, 4, 7, 3, 1, 1, 3, 7, 4, 3, 4, 7, 3, 1, 1, 3, 7, 4, 3
Offset: 1

Views

Author

Colin Barker, Apr 07 2015

Keywords

Comments

The sequence is periodic with period 9.

Examples

			a(3) = 7 because the 3rd centered 11-gonal number is 34, the digital root of which is 7.
		

Crossrefs

Programs

  • Magma
    &cat[[1,3,7,4,3,4,7,3,1]: n in [0..10] ]; // Vincenzo Librandi, Apr 08 2015
  • Mathematica
    PadRight[{}, 100, {1, 3, 7, 4, 3, 4, 7, 3, 1}] (* Vincenzo Librandi, Apr 08 2015 *)
    LinearRecurrence[{0, 0, 0, 0, 0, 0, 0, 0, 1},{1, 3, 7, 4, 3, 4, 7, 3, 1},86] (* Ray Chandler, Aug 26 2015 *)
  • PARI
    m=11; vector(200, n, (m*n*(n-1)/2)%9+1)
    

Formula

a(n) = A010888(A069125(n)).
a(n) = a(n-9).
G.f.: -x*(x^8+3*x^7+7*x^6+4*x^5+3*x^4+4*x^3+7*x^2+3*x+1) / ((x-1)*(x^2+x+1)*(x^6+x^3+1)).

A101321 Table T(n,m) = 1 + n*m*(m+1)/2 read by antidiagonals: centered polygonal numbers.

Original entry on oeis.org

1, 1, 1, 1, 2, 1, 1, 4, 3, 1, 1, 7, 7, 4, 1, 1, 11, 13, 10, 5, 1, 1, 16, 21, 19, 13, 6, 1, 1, 22, 31, 31, 25, 16, 7, 1, 1, 29, 43, 46, 41, 31, 19, 8, 1, 1, 37, 57, 64, 61, 51, 37, 22, 9, 1, 1, 46, 73, 85, 85, 76, 61, 43, 25, 10, 1, 1, 56, 91, 109, 113, 106, 91, 71, 49, 28, 11, 1, 1, 67
Offset: 0

Views

Author

Eugene McDonnell (eemcd(AT)mac.com), Dec 24 2004

Keywords

Comments

Row n gives the centered figurate numbers of the n-gon.
Antidiagonal sums are in A101338.

Examples

			The upper left corner of the infinite array T is
|0| 1   1   1   1   1   1   1   1   1   1 ... A000012
|1| 1   2   4   7  11  16  22  29  37  46 ... A000124
|2| 1   3   7  13  21  31  43  57  73  91 ... A002061
|3| 1   4  10  19  31  46  64  85 109 136 ... A005448
|4| 1   5  13  25  41  61  85 113 145 181 ... A001844
|5| 1   6  16  31  51  76 106 141 181 226 ... A005891
|6| 1   7  19  37  61  91 127 169 217 271 ... A003215
|7| 1   8  22  43  71 106 148 197 253 316 ... A069099
|8| 1   9  25  49  81 121 169 225 289 361 ... A016754
|9| 1  10  28  55  91 136 190 253 325 406 ... A060544
		

Crossrefs

Programs

Formula

T(n,2) = A016777(n). T(n,3) = A016921(n). T(n,4) = A017281(n).
T(10,m) = A062786(m+1).
T(11,m) = A069125(m+1).
T(12,m) = A003154(m+1).
T(13,m) = A069126(m+1).
T(14,m) = A069127(m+1).
T(15,m) = A069128(m+1).
T(16,m) = A069129(m+1).
T(17,m) = A069130(m+1).
T(18,m) = A069131(m+1).
T(19,m) = A069132(m+1).
T(20,m) = A069133(m+1).
T(n+1,m) = T(n,m) + m*(m+1)/2. - Gary W. Adamson and Michel Marcus, Oct 13 2015

Extensions

Edited by R. J. Mathar, Oct 21 2009

A069190 Centered 24-gonal numbers.

Original entry on oeis.org

1, 25, 73, 145, 241, 361, 505, 673, 865, 1081, 1321, 1585, 1873, 2185, 2521, 2881, 3265, 3673, 4105, 4561, 5041, 5545, 6073, 6625, 7201, 7801, 8425, 9073, 9745, 10441, 11161, 11905, 12673, 13465, 14281, 15121, 15985, 16873, 17785, 18721, 19681, 20665, 21673
Offset: 1

Views

Author

Terrel Trotter, Jr., Apr 10 2002

Keywords

Comments

Sequence found by reading the line from 1, in the direction 1, 25, ..., in the square spiral whose vertices are the generalized octagonal numbers A001082. Semi-axis opposite to A135453 in the same spiral. - Omar E. Pol, Sep 16 2011

Examples

			a(5) = 241 because 12*5^2 - 12*5 + 1 = 300 - 60 + 1 = 241.
		

Crossrefs

Programs

Formula

a(n) = 12*n^2 - 12*n + 1.
a(n) = 24*n + a(n-1) - 24 with a(1)=1. - Vincenzo Librandi, Aug 08 2010
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3); a(1)=1, a(2)=25, a(3)=73. - Harvey P. Dale, Jul 17 2011
G.f.: x*(1+22*x+x^2)/(1-x)^3. - Harvey P. Dale, Jul 17 2011
Binomial transform of [1, 24, 24, 0, 0, 0, ...] and Narayana transform (cf. A001263) of [1, 24, 0, 0, 0, ...]. - Gary W. Adamson, Jul 26 2011
From Amiram Eldar, Jun 21 2020: (Start)
Sum_{n>=1} 1/a(n) = Pi*tan(Pi/sqrt(6))/(4*sqrt(6)).
Sum_{n>=1} a(n)/n! = 13*e - 1.
Sum_{n>=1} (-1)^n * a(n)/n! = 13/e - 1. (End)
E.g.f.: exp(x)*(1 + 12*x^2) - 1. - Stefano Spezia, May 31 2022

Extensions

More terms from Harvey P. Dale, Jul 17 2011

A254963 a(n) = n*(11*n + 3)/2.

Original entry on oeis.org

0, 7, 25, 54, 94, 145, 207, 280, 364, 459, 565, 682, 810, 949, 1099, 1260, 1432, 1615, 1809, 2014, 2230, 2457, 2695, 2944, 3204, 3475, 3757, 4050, 4354, 4669, 4995, 5332, 5680, 6039, 6409, 6790, 7182, 7585, 7999, 8424, 8860, 9307, 9765, 10234, 10714, 11205, 11707
Offset: 0

Views

Author

Bruno Berselli, Feb 11 2015

Keywords

Comments

This sequence provides the first differences of A254407 and the partial sums of A017473.
Also:
a(n) - n = A022269(n);
a(n) + n = n*(11*n+5)/2: 0, 8, 27, 57, 98, 150, 213, 287, ...;
a(n) - 2*n = A022268(n);
a(n) + 2*n = n*(11*n+7)/2: 0, 9, 29, 60, 102, 155, 219, 294, ...;
a(n) - 3*n = n*(11*n-3)/2: 0, 4, 19, 45, 82, 130, 189, 259, ...;
a(n) + 3*n = A211013(n);
a(n) - 4*n = A226492(n);
a(n) + 4*n = A152740(n);
a(n) - 5*n = A180223(n);
a(n) + 5*n = n*(11*n+13)/2: 0, 12, 35, 69, 114, 170, 237, 315, ...;
a(n) - 6*n = A051865(n);
a(n) + 6*n = n*(11*n+15)/2: 0, 13, 37, 72, 118, 175, 243, 322, ...;
a(n) - 7*n = A152740(n-1) with A152740(-1) = 0;
a(n) + 7*n = n*(11*n+17)/2: 0, 14, 39, 75, 122, 180, 249, 329, ...;
a(n) - n*(n-1)/2 = A168668(n);
a(n) + n*(n-1)/2 = A049453(n);
a(n) - n*(n+1)/2 = A202803(n);
a(n) + n*(n+1)/2 = A033580(n).

Crossrefs

Cf. A008729 and A218530 (seventh column); A017473, A254407.
Cf. similar sequences of the type 4*n^2 + k*n*(n+1)/2: A055999 (k=-7, n>6), A028552 (k=-6, n>2), A095794 (k=-5, n>1), A046092 (k=-4, n>0), A000566 (k=-3), A049450 (k=-2), A022264 (k=-1), A016742 (k=0), A022267 (k=1), A202803 (k=2), this sequence (k=3), A033580 (k=4).
Cf. A069125: (2*n+1)^2 + 3*n*(n+1)/2; A147875: n^2 + 3*n*(n+1)/2.

Programs

  • Magma
    [n*(11*n+3)/2: n in [0..50]];
    
  • Mathematica
    Table[n (11 n + 3)/2, {n, 0, 50}]
    LinearRecurrence[{3,-3,1},{0,7,25},50] (* Harvey P. Dale, Mar 25 2018 *)
  • Maxima
    makelist(n*(11*n+3)/2, n, 0, 50);
  • PARI
    vector(50, n, n--; n*(11*n+3)/2)
    
  • Sage
    [n*(11*n+3)/2 for n in (0..50)]
    

Formula

G.f.: x*(7 + 4*x)/(1 - x)^3.
From Elmo R. Oliveira, Dec 15 2024: (Start)
E.g.f.: exp(x)*x*(14 + 11*x)/2.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 2. (End)

A152740 11 times triangular numbers.

Original entry on oeis.org

0, 11, 33, 66, 110, 165, 231, 308, 396, 495, 605, 726, 858, 1001, 1155, 1320, 1496, 1683, 1881, 2090, 2310, 2541, 2783, 3036, 3300, 3575, 3861, 4158, 4466, 4785, 5115, 5456, 5808, 6171, 6545, 6930, 7326, 7733, 8151, 8580, 9020, 9471, 9933, 10406, 10890, 11385, 11891
Offset: 0

Views

Author

Omar E. Pol, Dec 12 2008

Keywords

Comments

Sequence found by reading the line from 0, in the direction 0, 11, ... and the same line from 0, in the direction 0, 33, ..., in the square spiral whose vertices are the generalized tridecagonal numbers A195313. Axis perpendicular to A195149 in the same spiral. - Omar E. Pol, Sep 18 2011
Sum of the numbers from 5*n to 6*n. - Wesley Ivan Hurt, Dec 22 2015

Crossrefs

Programs

Formula

a(n) = 11*n*(n+1)/2 = 11*A000217(n).
a(n) = a(n-1) + 11*n with n > 0, a(0)=0. - Vincenzo Librandi, Nov 26 2010
a(n) = A069125(n+1) - 1. - Omar E. Pol, Oct 03 2011
From Philippe Deléham, Mar 27 2013: (Start)
G.f.: 11*x/(1-x)^3.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 2, a(0)=0, a(1)=11, a(2)=33.
a(n) = A218530(11*n+10).
a(n) = A211013(n)+n = A022269(n)+5*n = A022268(n)+6*n = A180223(n)+9*n = A051865(n)+10*n. (End)
a(n) = Sum_{i=5*n..6*n} i. - Wesley Ivan Hurt, Dec 22 2015
From Amiram Eldar, Feb 21 2023: (Start)
Sum_{n>=1} 1/a(n) = 2/11.
Sum_{n>=1} (-1)^(n+1)/a(n) = (4*log(2) - 2)/11.
Product_{n>=1} (1 - 1/a(n)) = -(11/(2*Pi))*cos(sqrt(19/11)*Pi/2).
Product_{n>=1} (1 + 1/a(n)) = (11/(2*Pi))*cos(sqrt(3/11)*Pi/2). (End)
E.g.f.: 11*exp(x)*x*(2 + x)/2. - Elmo R. Oliveira, Dec 25 2024

A195043 Concentric 11-gonal numbers.

Original entry on oeis.org

0, 1, 11, 23, 44, 67, 99, 133, 176, 221, 275, 331, 396, 463, 539, 617, 704, 793, 891, 991, 1100, 1211, 1331, 1453, 1584, 1717, 1859, 2003, 2156, 2311, 2475, 2641, 2816, 2993, 3179, 3367, 3564, 3763, 3971, 4181, 4400, 4621, 4851, 5083, 5324, 5567
Offset: 0

Views

Author

Omar E. Pol, Sep 27 2011

Keywords

Comments

Also concentric hendecagonal numbers. A033584 and A069173 interleaved.
Partial sums of A175885. - Reinhard Zumkeller, Jan 07 2012

Crossrefs

Programs

  • Haskell
    a195043 n = a195043_list !! n
    a195043_list = scanl (+) 0 a175885_list
    -- Reinhard Zumkeller, Jan 07 2012
    
  • Magma
    [11*n^2/4+7*((-1)^n-1)/8: n in [0..50]]; // Vincenzo Librandi, Sep 30 2011
    
  • Mathematica
    LinearRecurrence[{2,0,-2,1},{0,1,11,23},50] (* Harvey P. Dale, May 20 2019 *)
  • PARI
    Vec(-x*(x^2+9*x+1)/((x-1)^3*(x+1)) + O(x^100)) \\ Colin Barker, Sep 15 2013

Formula

a(n) = 11*n^2/4 + 7*((-1)^n - 1)/8.
a(n) = -a(n-1) + A069125(n). - Vincenzo Librandi, Sep 30 2011
From Colin Barker, Sep 15 2013: (Start)
a(n) = 2*a(n-1) - 2*a(n-3) + a(n-4).
G.f.: -x*(x^2+9*x+1) / ((x-1)^3*(x+1)). (End)
Sum_{n>=1} 1/a(n) = Pi^2/66 + tan(sqrt(7/11)*Pi/2)*Pi/sqrt(77). - Amiram Eldar, Jan 16 2023

A262221 a(n) = 25*n*(n + 1)/2 + 1.

Original entry on oeis.org

1, 26, 76, 151, 251, 376, 526, 701, 901, 1126, 1376, 1651, 1951, 2276, 2626, 3001, 3401, 3826, 4276, 4751, 5251, 5776, 6326, 6901, 7501, 8126, 8776, 9451, 10151, 10876, 11626, 12401, 13201, 14026, 14876, 15751, 16651, 17576, 18526, 19501, 20501, 21526, 22576, 23651
Offset: 0

Views

Author

Bruno Berselli, Sep 15 2015

Keywords

Comments

Also centered 25-gonal (or icosipentagonal) numbers.
This is the case k=25 of the formula (k*n*(n+1) - (-1)^k + 1)/2. See table in Links section for similar sequences.
For k=2*n, the formula shown above gives A011379.
Primes in sequence: 151, 251, 701, 1951, 3001, 4751, 10151, 12401, ...

References

  • E. Deza and M. M. Deza, Figurate numbers, World Scientific Publishing (2012), page 51 (23rd row of the table).

Crossrefs

Cf. centered polygonal numbers listed in A069190.
Similar sequences of the form (k*n*(n+1) - (-1)^k + 1)/2 with -1 <= k <= 26: A000004, A000124, A002378, A005448, A005891, A028896, A033996, A035008, A046092, A049598, A060544, A064200, A069099, A069125, A069126, A069128, A069130, A069132, A069174, A069178, A080956, A124080, A163756, A163758, A163761, A164136, A173307.

Programs

  • Magma
    [25*n*(n+1)/2+1: n in [0..50]];
  • Mathematica
    Table[25 n (n + 1)/2 + 1, {n, 0, 50}]
    25*Accumulate[Range[0,50]]+1 (* or *) LinearRecurrence[{3,-3,1},{1,26,76},50] (* Harvey P. Dale, Jan 29 2023 *)
  • PARI
    vector(50, n, n--; 25*n*(n+1)/2+1)
    
  • Sage
    [25*n*(n+1)/2+1 for n in (0..50)]
    

Formula

G.f.: (1 + 23*x + x^2)/(1 - x)^3.
a(n) = a(-n-1) = 3*a(n-1) - 3*a(n-2) + a(n-3).
a(n) = A123296(n) + 1.
a(n) = A000217(5*n+2) - 2.
a(n) = A034856(5*n+1).
a(n) = A186349(10*n+1).
a(n) = A054254(5*n+2) with n>0, a(0)=1.
a(n) = A000217(n+1) + 23*A000217(n) + A000217(n-1) with A000217(-1)=0.
Sum_{i>=0} 1/a(i) = 1.078209111... = 2*Pi*tan(Pi*sqrt(17)/10)/(5*sqrt(17)).
From Amiram Eldar, Jun 21 2020: (Start)
Sum_{n>=0} a(n)/n! = 77*e/2.
Sum_{n>=0} (-1)^(n+1) * a(n)/n! = 23/(2*e). (End)
E.g.f.: exp(x)*(2 + 50*x + 25*x^2)/2. - Elmo R. Oliveira, Dec 24 2024

A262000 a(n) = n^2*(7*n - 5)/2.

Original entry on oeis.org

0, 1, 18, 72, 184, 375, 666, 1078, 1632, 2349, 3250, 4356, 5688, 7267, 9114, 11250, 13696, 16473, 19602, 23104, 27000, 31311, 36058, 41262, 46944, 53125, 59826, 67068, 74872, 83259, 92250, 101866, 112128, 123057, 134674, 147000, 160056, 173863, 188442, 203814, 220000
Offset: 0

Views

Author

Bruno Berselli, Sep 08 2015

Keywords

Comments

Also, structured enneagonal prism numbers.

Examples

			For n=8, a(8) = 8*(7*0+1)+8*(7*1+1)+8*(7*2+1)+8*(7*3+1)+8*(7*4+1)+8*(7*5+1)+8*(7*6+1)+8*(7*7+1) = 1632.
		

Crossrefs

Cf. similar sequences with the formula n^2*(k*n - k + 2)/2: A000290 (k=0), A002411 (k=1), A000578 (k=2), A050509 (k=3), A015237 (k=4), A006597 (k=5), A100176 (k=6), this sequence (k=7), A103532 (k=8).

Programs

  • Magma
    [n^2*(7*n-5)/2: n in [0..40]];
  • Mathematica
    Table[n^2 (7 n - 5)/2, {n, 0, 40}]
    LinearRecurrence[{4,-6,4,-1},{0,1,18,72},50] (* Harvey P. Dale, Oct 04 2016 *)
  • PARI
    vector(40, n, n--; n^2*(7*n-5)/2)
    
  • Sage
    [n^2*(7*n-5)/2 for n in (0..40)]
    

Formula

G.f.: x*(1 + 14*x + 6*x^2)/(1 - x)^4.
a(n) = Sum_{i=0..n-1} n*(7*i+1) for n>0, a(0)=0.
a(n+1) + a(-n) = A069125(n+1).
Sum_{i>0} 1/a(i) = 1.082675669875907610300284768825... = (42*(log(14) + 2*(cos(Pi/7)*log(cos(3*Pi/14)) + log(sin(Pi/7))*sin(Pi/14) - log(cos(Pi/14)) * sin(3*Pi/14))) + 21*Pi*tan(3*Pi/14))/75 - Pi^2/15. - Vaclav Kotesovec, Oct 04 2016
From Elmo R. Oliveira, Aug 06 2025: (Start)
E.g.f.: exp(x)*x*(2 + 16*x + 7*x^2)/2.
a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). (End)

A131215 Numbers which are both 11-gonal and centered 11-gonal.

Original entry on oeis.org

1, 606, 241396, 96075211, 38237692791, 15218505655816, 6056927013322186, 2410641732796574421, 959429352726023297581, 381850471743224475863026, 151975528324450615370186976, 60485878422659601692858553631
Offset: 1

Views

Author

Richard Choulet, Sep 27 2007

Keywords

Comments

A centered 11-gonal number is defined by (11*r^2 - 11*r + 2)/2 = A069125(r); a 11-gonal number by (9*p^2 - 7*p)/2 = A051682(p).
A number is both these numbers iff exist p and r such that (18*p - 7)^2 = 99*(2*r - 1) + 22.
The Diophantine equation X^2 = 99*Y^2 + 22 is such that : X is given by the sequence 11, 209, 4169, 83171,... in A131216; Y is given by the sequence 1, 21, 419, 8359,... in A083043.
The first equation is such that : p is given by 1, 12, 232, 4621,... which satisfies a(n+2) = 20*a(n+1) - a(n) - 7 and a(n+1) = 10*a(n) - 7/2 + sqrt(396*a(n)^2 - 308*a(n) + 33)/2 with g.f. (1 -9*x +x^2)/( (1-x) * (1 -20*x + x^2) ); r is given by 1, 11, 210, 4180,... which satisfies a(n+2) = 20*a(n+1) - a(n) - 9 and a(n+1) = 10*a(n) - 9/2 + sqrt(396*a(n)^2 - 396*a(n) + 121)/2 with g.f. (1 - 10*x)/( (1-x)*(1 -20*x +x^2) ).

Crossrefs

Cf. A128922.

Programs

  • GAP
    a:=[1,606,241396];; for n in [4..20] do a[n]:=399*a[n-1]-399*a[n-2] +a[n-3]; od; a; # G. C. Greubel, Dec 06 2019
  • Magma
    R:=PowerSeriesRing(Integers(), 20); Coefficients(R!( x*(1+207*x+x^2)/((1-x)*(1-398*x+x^2)) )); // G. C. Greubel, Dec 06 2019
    
  • Maple
    seq(coeff(series(x*(1+207*x+x^2)/((1-x)*(1-398*x+x^2)), x, n+1), x, n), n = 1..20); # G. C. Greubel, Dec 06 2019
  • Mathematica
    LinearRecurrence[{399,-399,1},{1,606,241396},20] (* Harvey P. Dale, Mar 04 2015 *)
  • PARI
    my(x='x+O('x^20)); Vec(x*(1+207*x+x^2)/((1-x)*(1-398*x+x^2))) \\ G. C. Greubel, Dec 06 2019
    
  • Sage
    def A131215_list(prec):
        P. = PowerSeriesRing(ZZ, prec)
        return P( x*(1+207*x+x^2)/((1-x)*(1-398*x+x^2)) ).list()
    a=A131215_list(20); a[1:] # G. C. Greubel, Dec 06 2019
    

Formula

a(n+2) = 398*a(n+1) - a(n) + 209.
a(n+1) = 199*a(n) + 209/2 + (5/2)*sqrt(6336*a(n)^2 + 6688*a(n) + 1617).
G.f.: z*(1 +207*z +z^2)/((1-z)*(1-398*z+z^2)).
a(1)=1, a(2)=606, a(3)=241396, a(n) = 399*a(n-1) - 399*a(n-2) + a(n-3). - Harvey P. Dale, Mar 04 2015

Extensions

More terms from Paolo P. Lava, Sep 26 2008

A141534 Derived from the centered polygonal numbers: start with the first triangular number, then the sum of the first square number and the second triangular number, then the sum of first pentagonal number, the second square number and the third triangular number, and so on and so on...

Original entry on oeis.org

1, 4, 11, 26, 55, 105, 184, 301, 466, 690, 985, 1364, 1841, 2431, 3150, 4015, 5044, 6256, 7671, 9310, 11195, 13349, 15796, 18561, 21670, 25150, 29029, 33336, 38101, 43355, 49130, 55459, 62376, 69916, 78115, 87010, 96639, 107041, 118256, 130325
Offset: 1

Views

Author

Dan Graybill (clopen(AT)comcast.net), Aug 12 2008

Keywords

Comments

Consider the array of triangular, square and centered polygonal numbers (irregular variant of A086272 and A086273):
1 3 6 10 15 21 28 36 45 55 A000217
1 4 9 16 25 36 49 64 81 100 A000290
1 6 16 31 51 76 106 141 181 226 A005891
1 7 19 37 61 91 127 169 217 271 A003215
1 8 22 43 71 106 148 197 253 316 A069099
1 9 25 49 81 121 169 225 289 361 A016754
1 10 28 55 91 136 190 253 325 406 A060544
1 11 31 61 101 151 211 281 361 451 A062786
1 12 34 67 111 166 232 309 397 496 A069125
1 13 37 73 121 181 253 337 433 541 A003154
1 14 40 79 131 196 274 365 469 586 A069126
1 15 43 85 141 211 295 393 505 631 A069127
etc. The sequence contains the antidiagonal sums of this array. - R. J. Mathar, Jun 05 2011
For comparison, the antidiagonal sums of A086270 are essentially A006522 starting at the 4th term. - R. J. Mathar, Sep 20 2008

Crossrefs

Cf. A000217.

Formula

a(n) = (n-1)*(n^3+11*n^2-38*n+120)/24, n>1. - R. J. Mathar, Sep 12 2008
G.f.: x*(1-x+x^2+x^3-x^5)/(1-x)^5. - Alexander R. Povolotsky, Jun 06 2011
Showing 1-10 of 12 results. Next