|
| |
|
|
A005891
|
|
Centered pentagonal numbers: (5n^2+5n+2)/2; crystal ball sequence for 3.3.3.4.4. planar net.
(Formerly M4112)
|
|
42
| |
|
|
1, 6, 16, 31, 51, 76, 106, 141, 181, 226, 276, 331, 391, 456, 526, 601, 681, 766, 856, 951, 1051, 1156, 1266, 1381, 1501, 1626, 1756, 1891, 2031, 2176, 2326, 2481, 2641, 2806, 2976, 3151, 3331, 3516, 3706, 3901, 4101, 4306, 4516, 4731, 4951, 5176, 5406
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
COMMENTS
| Equals the triangular numbers convolved with [1, 3, 1, 0, 0, 0,...]. [From Gary W. Adamson & Alexander Povolotsky (qntmpkt(AT)yahoo.com), May 29 2009]
|
|
|
REFERENCES
| N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
B. K. Teo and N. J. A. Sloane, Magic numbers in polygonal and polyhedral clusters, Inorgan. Chem. 24 (1985), 4545-4558.
|
|
|
LINKS
| T. D. Noe, Table of n, a(n) for n=0..1000
S. Plouffe, Approximations de S\'{e}ries G\'{e}n\'{e}ratrices et Quelques Conjectures, Dissertation, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
S. Plouffe, 1031 Generating Functions and Conjectures, Universit\'{e} du Qu\'{e}bec \`{a} Montr\'{e}al, 1992.
Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.
Index entries for sequences related to centered polygonal numbers
Index to sequences with linear recurrences with constant coefficients, signature (3,-3,1).
Index entries for crystal ball sequences
|
|
|
FORMULA
| Narayana transform (A001263) of [1, 5, 0, 0, 0,...] - Gary W. Adamson (qntmpkt(AT)yahoo.com), Dec 29 2007
a(n)=3a(n-1)-3a(n-2)+a(n-3), a(0)=1, a(1)=6, a(2)=16 [From Jaume Oliver Lafont (joliverlafont(AT)gmail.com), Dec 02 2008]
a(n) = 5*A000217(n) + 1 = 5*T(n) + 1, for n = 0, 1, 2, 3, ... and where T(n) = n*(n+1)/2 = n-th triangular number. [From Thomas M. Green (tgreen(AT)astound.net), Nov 25 2009]
a(n) = a(n-1)+5*n, with a(0)=1. [From Vincenzo Librandi, Nov 18 2010]
a(n) = A028895(n) + 1. - Omar E. Pol, Oct 03 2011
|
|
|
EXAMPLE
| a(2)= 5*T(2) + 1 = 5*3 + 1 = 16, a(4) = 5*T(4) + 1 = 5*10 + 1 = 51 (Thomas M. Green, Nov. 16, 2009) [From Thomas M. Green (tgreen(AT)astound.net), Nov 16 2009]
|
|
|
MAPLE
| 5/2*N^2+5/2*N+1;
A005891:=-(1+3*z+z**2)/(z-1)**3; [Conjectured by S. Plouffe in his 1992 dissertation.]
|
|
|
MATHEMATICA
| s=1; lst={s}; Do[s+=n+5; AppendTo[lst, s], {n, 0, 6!, 5}]; lst [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Nov 04 2008]
FoldList[#1 + #2 &, 1, 5 Range@ 40] (* Robert G. Wilson v, Feb 02 2011 *)
|
|
|
CROSSREFS
| Cf. A028895, A001844, A003215.
Cf. A004068, A006322.
Cf. A001263.
Contribution from Johannes W. Meijer (meijgia(AT)hotmail.com), Nov 12 2009: (Start)
Equals second row of A167546 divided by 2.
(End)
Sequence in context: A113742 A102214 A115007 * A092286 A108182 A097118
Adjacent sequences: A005888 A005889 A005890 * A005892 A005893 A005894
|
|
|
KEYWORD
| nonn,easy
|
|
|
AUTHOR
| N. J. A. Sloane (njas(AT)research.att.com).
|
|
|
EXTENSIONS
| Formula corrected and relocated by Johannes W. Meijer (meijgia(AT)hotmail.com), Nov 07 2009
|
| |
|
|