login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A076767
Triangular numbers with square pyramidal indices.
0
0, 1, 15, 105, 465, 1540, 4186, 9870, 20910, 40755, 74305, 128271, 211575, 335790, 515620, 769420, 1119756, 1594005, 2224995, 3051685, 4119885, 5483016, 7202910, 9350650, 12007450, 15265575, 19229301, 24015915, 29756755, 36598290
OFFSET
0,3
FORMULA
let SP(m) be the m-th square pyramidal number m*(m+1)*(2*m+1)/6 and T(k) be the k-th Triangular number k*(k+1)/2 then a(n)=T(SP(n)).
G.f.: x*(1+8*x+21*x^2+10*x^3)/(1-x)^7. [Colin Barker, Apr 30 2012]
EXAMPLE
SP(3)=14 -> a(3)=T(SP(3))=T(14)=105; SP(4)=30 -> a(4)=T(SP(4))=T(30)=465 etc
CROSSREFS
Cf. A077538.
Sequence in context: A202288 A010931 A282350 * A022610 A006857 A000478
KEYWORD
easy,nonn
AUTHOR
Bruce Corrigan (scentman(AT)myfamily.com), Nov 14 2002
STATUS
approved