A329754
Doubly pentagonal pyramidal numbers.
Original entry on oeis.org
0, 1, 126, 3078, 32800, 213750, 1008126, 3783976, 11985408, 33297075, 83338750, 191592126, 410450976, 828497488, 1589341950, 2917620000, 5154021376, 8801526501, 14585352318, 23529456550, 37052820000, 57089119626, 86233820926, 127923156648, 186649920000, 268221484375, 380065968126
Offset: 0
- Eric Weisstein's World of Mathematics, Pentagonal Pyramidal Number
- Index to sequences related to pyramidal numbers
- Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
-
A002411[n_] := n^2 (n + 1)/2; a[n_] := A002411[A002411[n]]; Table[a[n], {n, 0, 26}]
Table[Sum[k (3 k - 1)/2, {k, 0, n^2 (n + 1)/2}], {n, 0, 26}]
nmax = 26; CoefficientList[Series[x (1 + 116 x + 1863 x^2 + 7570 x^3 + 9350 x^4 + 3474 x^5 + 304 x^6 + 2 x^7)/(1 - x)^10, {x, 0, nmax}], x]
LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {0, 1, 126, 3078, 32800, 213750, 1008126, 3783976, 11985408, 33297075}, 27]
A329755
Doubly hexagonal pyramidal numbers.
Original entry on oeis.org
0, 1, 252, 7337, 84575, 576080, 2795121, 10700382, 34388362, 96606475, 243939410, 564840991, 1217275137, 2469392562, 4757404575, 8765621740, 15534503236, 26603512517, 44196596312, 71459197125, 112756874195, 174046844356, 263335062397, 391232840362, 571628456750, 822490729775
Offset: 0
- Eric Weisstein's World of Mathematics, Hexagonal Pyramidal Number
- Index to sequences related to pyramidal numbers
- Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
-
A002412[n_] := n (n + 1) (4 n - 1)/6; a[n_] := A002412[A002412[n]]; Table[a[n], {n, 0, 25}]
Table[Sum[k (2 k - 1), {k, 0, n (n + 1) (4 n - 1)/6}], {n, 0, 25}]
nmax = 25; CoefficientList[Series[x (1 + 242 x + 4862 x^2 + 22425 x^3 + 30465 x^4 + 12424 x^5 + 1248 x^6 + 13 x^7)/(1 - x)^10, {x, 0, nmax}], x]
LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {0, 1, 252, 7337, 84575, 576080, 2795121, 10700382, 34388362, 96606475}, 26]
A329756
Doubly heptagonal pyramidal numbers.
Original entry on oeis.org
0, 1, 456, 14976, 181780, 1273970, 6293756, 24395756, 79119496, 223821235, 568280240, 1321714636, 2858876956, 5817509516, 11237224740, 20751835560, 36849296016, 63215722181, 105182448536, 170297734920, 269047574180, 415753060646, 629674964556, 936359517556
Offset: 0
- Eric Weisstein's World of Mathematics, Heptagonal Pyramidal Number
- Index to sequences related to pyramidal numbers
- Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
-
A002413[n_] := n (n + 1) (5 n - 2)/6; a[n_] := A002413[A002413[n]]; Table[a[n], {n, 0, 25}]
Table[Sum[k (5 k - 3)/2, {k, 0, n (n + 1) (5 n - 2)/6}], {n, 0, 25}]
nmax = 25; CoefficientList[Series[x (1 + 446 x + 10461 x^2 + 52420 x^3 + 75580 x^4 + 32544 x^5 + 3504 x^6 + 44 x^7)/(1 - x)^10, {x, 0, nmax}], x]
LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {0, 1, 456, 14976, 181780, 1273970, 6293756, 24395756, 79119496, 223821235}, 26]
A329757
Doubly octagonal pyramidal numbers.
Original entry on oeis.org
0, 1, 765, 27435, 345415, 2469420, 12352956, 48294610, 157609530, 447989355, 1141711615, 2663460261, 5775482505, 11777133550, 22789550070, 42150245460, 74946834916, 128723876325, 214401953745, 347453633935, 549386792955, 849592039296, 1287617552320, 1915941609990, 2803320397950, 4038796372975
Offset: 0
- Index to sequences related to pyramidal numbers
- Index entries for linear recurrences with constant coefficients, signature (10,-45,120,-210,252,-210,120,-45,10,-1).
-
A002414[n_] := n (n + 1) (2 n - 1)/2; a[n_] := A002414[A002414[n]]; Table[a[n], {n, 0, 25}]
Table[Sum[k (3 k - 2), {k, 0, n (n + 1) (2 n - 1)/2}], {n, 0, 25}]
nmax = 25; CoefficientList[Series[x (1 + 755 x + 19830 x^2 + 105370 x^3 + 158255 x^4 + 70629 x^5 + 7930 x^6 + 110 x^7)/(1 - x)^10, {x, 0, nmax}], x]
LinearRecurrence[{10, -45, 120, -210, 252, -210, 120, -45, 10, -1}, {0, 1, 765, 27435, 345415, 2469420, 12352956, 48294610, 157609530, 447989355}, 26]
Showing 1-4 of 4 results.