|
| |
|
|
A076140
|
|
Triangular numbers T(k) that are three times another triangular number: T(k) such that T(k)=3*T(m) for some m.
|
|
3
| |
|
|
0, 3, 45, 630, 8778, 122265, 1702935, 23718828, 330360660, 4601330415, 64088265153, 892634381730, 12432793079070, 173166468725253, 2411897769074475, 33593402298317400, 467895734407369128
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 0,2
|
|
|
FORMULA
| Closed form: a(n)=(3/288)*(-24+(12-6*sqrt(3))*(7-4*sqrt(3))^n+(12+6*sqrt(3))*(7+4*sqrt(3))^n)
Recurrence: a(0)=0, a(1)=3, a(2)=45; a(n) = 15*(a(n-1)-a(n-2))+a(n-3) for n>=3. Generating function: 3/(1-15*x+15*x^2-x^3). - Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Nov 01 2002
|
|
|
EXAMPLE
| a(3)=630 because 630=T(35) and 630/3=210=T(20)
|
|
|
MATHEMATICA
| Join[{0}, CoefficientList[Series[3/(1-15x+15x^2-x^3), {x, 0, 20}], x]] (* From Harvey P. Dale, Apr 02 2011 *)
|
|
|
CROSSREFS
| The m values are in A061278 and the k values are in A001571
Cf. A076139.
Sequence in context: A061532 A060242 A141445 * A131568 A124487 A132303
Adjacent sequences: A076137 A076138 A076139 * A076141 A076142 A076143
|
|
|
KEYWORD
| easy,nonn
|
|
|
AUTHOR
| Bruce Corrigan (scentman(AT)myfamily.com), Oct 31 2002
|
|
|
EXTENSIONS
| More terms from Antonio G. Astudillo (afg_astudillo(AT)hotmail.com), Nov 01 2002
|
| |
|
|