login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A077260 Triangular numbers that are 1/5 of a triangular number. 12
0, 3, 21, 990, 6786, 318801, 2185095, 102652956, 703593828, 33053933055, 226555027545, 10643263790778, 72950015275686, 3427097886697485, 23489678363743371, 1103514876252799416, 7563603483110089800, 355328363055514714491, 2435456831883085172253 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The triangular numbers 5x these are in A077261.
LINKS
Vladimir Pletser, Recurrent Relations for Multiple of Triangular Numbers being Triangular Numbers, arXiv:2101.00998 [math.NT], 2021.
FORMULA
a(n) = b(n)*(b(n)+1)/2 where b(n) = A077259(n).
a(n) = (A000045(A007310(n+1))^2-1)/8. - Vladeta Jovovic, Nov 02 2002. - Definition corrected by R. J. Mathar, Sep 16 2009
G.f.: (-3*x*(x^2+6*x+1))/((x-1)*(x^2-18*x+1)*(x^2+18*x+1)). - Maksym Voznyy (voznyy(AT)mail.ru), Jul 27 2009
a(n) = 322*a(n-2) - a(n-4) + 24. - Vladimir Pletser, Mar 23 2020
EXAMPLE
Since b(3)=44 -> a(3)=44*45/2=990.
MATHEMATICA
CoefficientList[Series[(-3 x (x^2 + 6 x + 1))/((x - 1) (x^2 - 18 x + 1)*(x^2 + 18 x + 1)), {x, 0, 18}], x] (* Michael De Vlieger, Apr 21 2021 *)
LinearRecurrence[{1, 322, -322, -1, 1}, {0, 3, 21, 990, 6786}, 20] (* Harvey P. Dale, Dec 12 2023 *)
PROG
(PARI) concat(0, Vec(-3*x*(x^2+6*x+1) / ((x-1)*(x^2-18*x+1)*(x^2+18*x+1)) + O(x^100))) \\ Colin Barker, May 15 2015
CROSSREFS
Sequence in context: A111435 A111438 A058635 * A367999 A290766 A290872
KEYWORD
easy,nonn
AUTHOR
Bruce Corrigan (scentman(AT)myfamily.com), Nov 01 2002
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 6 14:37 EDT 2024. Contains 372294 sequences. (Running on oeis4.)