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!)
A249164 Numbers n such that the triangular number T(n) is equal to the sum of the pentagonal numbers P(m) and P(m+1) for some m. 2
1, 3, 113, 331, 11121, 32483, 1089793, 3183051, 106788641, 311906563, 10464197073, 30563660171, 1025384524561, 2994926790243, 100477219209953, 293472261783691, 9845742098050881, 28757286728011523, 964782248389776433, 2817920627083345611, 94538814600100039601 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also nonnegative integers y in the solutions to 6*x^2-y^2+4*x-y+2 = 0, the corresponding values of x being A122513.
LINKS
FORMULA
a(n) = a(n-1)+98*a(n-2)-98*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x+1)^2*(11*x^2+1) / ((x-1)*(x^2-10*x+1)*(x^2+10*x+1)).
EXAMPLE
113 is in the sequence because T(113) = 6441 = 3151+3290 = P(46)+P(47).
PROG
(PARI) Vec(-x*(x+1)^2*(11*x^2+1)/((x-1)*(x^2-10*x+1)*(x^2+10*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A139929 A142603 A350053 * A341047 A080174 A065117
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Dec 15 2014
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 20 08:57 EDT 2024. Contains 372710 sequences. (Running on oeis4.)