The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A077261 Triangular numbers that are 5 times another triangular number. 11
0, 15, 105, 4950, 33930, 1594005, 10925475, 513264780, 3517969140, 165269665275, 1132775137725, 53216318953890, 364750076378430, 17135489433487425, 117448391818716855, 5517574381263997080, 37818017415550449000, 1776641815277573572455, 12177284159415425861265 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
The triangular numbers that are 1/5 are in A077260.
LINKS
Vladimir Pletser, Recurrent Relations for Multiple of Triangular Numbers being Triangular Numbers, arXiv:2101.00998 [math.NT], 2021.
FORMULA
a(n) = 5*A077260(n).
G.f.: (-15*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) + 120. - Vladimir Pletser, Feb 09 2021
EXAMPLE
a(3)=5*990=4950.
MATHEMATICA
CoefficientList[Series[(-15 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 *)
CROSSREFS
Subsequence of A000217.
Sequence in context: A344886 A165892 A349169 * A012507 A143727 A231327
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 June 7 14:33 EDT 2024. Contains 373199 sequences. (Running on oeis4.)