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-6 of 6 results.

A195146 Concentric 16-gonal numbers.

Original entry on oeis.org

0, 1, 16, 33, 64, 97, 144, 193, 256, 321, 400, 481, 576, 673, 784, 897, 1024, 1153, 1296, 1441, 1600, 1761, 1936, 2113, 2304, 2497, 2704, 2913, 3136, 3361, 3600, 3841, 4096, 4353, 4624, 4897, 5184, 5473, 5776, 6081, 6400, 6721, 7056, 7393, 7744, 8097, 8464
Offset: 0

Views

Author

Omar E. Pol, Sep 17 2011

Keywords

Comments

Concentric hexadecagonal numbers or concentric hexakaidecagonal numbers.
Sequence found by reading the line from 0, in the direction 0, 16, ..., and the same line from 1, in the direction 1, 33, ..., in the square spiral whose vertices are the generalized decagonal numbers A074377. Main axis, perpendicular to A033996 in the same spiral.

Crossrefs

Programs

Formula

From Vincenzo Librandi, Sep 27 2011: (Start)
a(n) = (8*n^2 + 3*(-1)^n - 3)/2;
a(n) = -a(n-1) + 8*n^2 - 8*n + 1. (End)
G.f. -x*(1+14*x+x^2) / ( (1+x)*(x-1)^3 ). - R. J. Mathar, Sep 18 2011
Sum_{n>=1} 1/a(n) = Pi^2/96 + tan(sqrt(3)*Pi/4)*Pi/(8*sqrt(3)). - Amiram Eldar, Jan 16 2023

A195317 Centered 40-gonal numbers.

Original entry on oeis.org

1, 41, 121, 241, 401, 601, 841, 1121, 1441, 1801, 2201, 2641, 3121, 3641, 4201, 4801, 5441, 6121, 6841, 7601, 8401, 9241, 10121, 11041, 12001, 13001, 14041, 15121, 16241, 17401, 18601, 19841, 21121, 22441, 23801, 25201, 26641, 28121, 29641, 31201, 32801, 34441, 36121
Offset: 1

Views

Author

Omar E. Pol, Sep 16 2011

Keywords

Comments

Also centered tetracontagonal numbers or centered tetrakaicontagonal numbers. Also sequence found by reading the line from 1, in the direction 1, 41, ..., in the square spiral whose vertices are the generalized dodecagonal numbers A195162. Semi-axis opposite to A195322 in the same spiral.

Crossrefs

Programs

Formula

a(n) = 20*n^2 - 20*n + 1.
Sum_{n>=1} 1/a(n) = Pi*tan(Pi/sqrt(5))/(8*sqrt(5)). - Amiram Eldar, Feb 11 2022
G.f.: -x*(1+38*x+x^2)/(x-1)^3. - R. J. Mathar, May 07 2024
From Elmo R. Oliveira, Nov 15 2024: (Start)
E.g.f.: exp(x)*(20*x^2 + 1) - 1.
a(n) = 2*A069133(n) - 1.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 3. (End)

A195314 Centered 28-gonal numbers.

Original entry on oeis.org

1, 29, 85, 169, 281, 421, 589, 785, 1009, 1261, 1541, 1849, 2185, 2549, 2941, 3361, 3809, 4285, 4789, 5321, 5881, 6469, 7085, 7729, 8401, 9101, 9829, 10585, 11369, 12181, 13021, 13889, 14785, 15709, 16661, 17641, 18649, 19685, 20749, 21841, 22961, 24109, 25285, 26489
Offset: 1

Views

Author

Omar E. Pol, Sep 16 2011

Keywords

Comments

Sequence found by reading the line from 1, in the direction 1, 29, ..., in the square spiral whose vertices are the generalized enneagonal numbers A118277. Semi-axis opposite to A144555 in the same spiral.

Crossrefs

Programs

  • Magma
    [(14*n^2-14*n+1): n in [1..50]]; // Vincenzo Librandi, Sep 19 2011
    
  • Mathematica
    Table[14n^2-14n+1,{n,50}] (* or *) LinearRecurrence[{3,-3,1},{1,29,85},50]
  • PARI
    a(n)=14*n^2-14*n+1 \\ Charles R Greathouse IV, Oct 07 2015

Formula

a(n) = 14*n^2 - 14*n + 1.
G.f.: -x*(1 + 26*x + x^2)/(x-1)^3. - R. J. Mathar, Sep 18 2011
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3). - Harvey P. Dale, Oct 01 2011
Sum_{n>=1} 1/a(n) = Pi*tan(sqrt(5/7)*Pi/2)/(2*sqrt(35)). - Amiram Eldar, Feb 11 2022
From Elmo R. Oliveira, Nov 14 2024: (Start)
E.g.f.: exp(x)*(14*x^2 + 1) - 1.
a(n) = 2*A069127(n) - 1. (End)

A195316 Centered 36-gonal numbers.

Original entry on oeis.org

1, 37, 109, 217, 361, 541, 757, 1009, 1297, 1621, 1981, 2377, 2809, 3277, 3781, 4321, 4897, 5509, 6157, 6841, 7561, 8317, 9109, 9937, 10801, 11701, 12637, 13609, 14617, 15661, 16741, 17857, 19009, 20197, 21421, 22681, 23977, 25309, 26677, 28081, 29521, 30997, 32509
Offset: 1

Views

Author

Omar E. Pol, Sep 16 2011

Keywords

Comments

Sequence found by reading the line from 1, in the direction 1, 37, ..., in the square spiral whose vertices are the generalized hendecagonal numbers A195160. Semi-axis opposite to A195321 in the same spiral.

Crossrefs

Programs

Formula

a(n) = 18*n^2 - 18*n + 1.
G.f.: -x*(1 + 34*x + x^2)/(x-1)^3. - R. J. Mathar, Sep 18 2011
Sum_{n>=1} 1/a(n) = Pi*tan(sqrt(7)*Pi/6)/(6*sqrt(7)). - Amiram Eldar, Feb 11 2022
From Elmo R. Oliveira, Nov 14 2024: (Start)
E.g.f.: exp(x)*(18*x^2 + 1) - 1.
a(n) = 2*A069131(n) - 1.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 3. (End)

A195318 Centered 44-gonal numbers.

Original entry on oeis.org

1, 45, 133, 265, 441, 661, 925, 1233, 1585, 1981, 2421, 2905, 3433, 4005, 4621, 5281, 5985, 6733, 7525, 8361, 9241, 10165, 11133, 12145, 13201, 14301, 15445, 16633, 17865, 19141, 20461, 21825, 23233, 24685, 26181, 27721, 29305, 30933, 32605, 34321, 36081, 37885, 39733
Offset: 1

Views

Author

Omar E. Pol, Sep 16 2011

Keywords

Comments

Sequence found by reading the line from 1, in the direction 1, 45, ..., in the square spiral whose vertices are the generalized tridecagonal numbers A195313. Semi-axis opposite to A195323 in the same spiral.

Crossrefs

Programs

Formula

a(n) = 22*n^2 - 22*n + 1.
Sum_{n>=1} 1/a(n) = Pi*tan(3*Pi/(2*sqrt(11)))/(6*sqrt(11)). - Amiram Eldar, Feb 11 2022
G.f.: -x*(1+42*x+x^2)/(x-1)^3. - R. J. Mathar, May 07 2024
From Elmo R. Oliveira, Nov 15 2024: (Start)
E.g.f.: exp(x)*(22*x^2 + 1) - 1.
a(n) = 2*A069173(n) - 1.
a(n) = 3*a(n-1) - 3*a(n-2) + a(n-3) for n > 3. (End)

A010021 a(0) = 1, a(n) = 32*n^2 + 2 for n > 0.

Original entry on oeis.org

1, 34, 130, 290, 514, 802, 1154, 1570, 2050, 2594, 3202, 3874, 4610, 5410, 6274, 7202, 8194, 9250, 10370, 11554, 12802, 14114, 15490, 16930, 18434, 20002, 21634, 23330, 25090, 26914, 28802, 30754, 32770, 34850, 36994, 39202, 41474, 43810, 46210, 48674, 51202
Offset: 0

Views

Author

Keywords

Comments

From Omar E. Pol, Apr 21 2021: (Start)
Sequence found by reading the line segment from 1 to 34 together with the line from 34, in the direction 34, 130, ..., in the rectangular spiral whose vertices are the generalized 18-gonal numbers A274979.
The spiral begins as follows:
46_ _ _ _ _ _ _ _ _ _18
| |
| 0 |
| | _ _ _ _ |
| 1 15
|
51
(End)

Crossrefs

Cf. A274979 (generalized 18-gonal numbers).

Programs

  • Mathematica
    Join[{1}, 32 Range[40]^2 + 2] (* Bruno Berselli, Feb 07 2012 *)
    CoefficientList[Series[(1 + x) (1 + 30 x + x^2)/(1 - x)^3, {x, 0, 40}], x] (* Vincenzo Librandi, Jun 25 2014 *)

Formula

G.f.: (1+x)*(1+30*x+x^2)/(1-x)^3. [Bruno Berselli, Feb 07 2012]
a(n) = A005893(4n) = A008527(2n); a(n+1) = A108100(2n+2). [Bruno Berselli, Feb 07 2012]
E.g.f.: (x*(x+1)*32+2)*e^x-1. - Gopinath A. R., Feb 14 2012
a(n) = (4n+1)^2+(4n-1)^2 for n>0. [Bruno Berselli, Jun 24 2014]
a(n) = A244082(n) + 2, n >= 1. - Omar E. Pol, Apr 21 2021
Sum_{n>=0} 1/a(n) = 3/4 + Pi/16*coth(Pi/4) = 1.04940725316131.. - R. J. Mathar, May 07 2024
a(n) = 2*A108211(n). - R. J. Mathar, May 07 2024
a(n) = A195315(n)+A195315(n+1). - R. J. Mathar, May 07 2024
Showing 1-6 of 6 results.