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!)
A245783 Numbers n such that the hexagonal number H(n) is equal to the sum of the pentagonal numbers P(m) and P(m+1) for some m. 3
1, 2, 57, 166, 5561, 16242, 544897, 1591526, 53394321, 155953282, 5232098537, 15281830086, 512692262281, 1497463395122, 50238609604977, 146736130891846, 4922871049025441, 14378643364005762, 482391124194888217, 1408960313541672806, 47269407300050019801 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also nonnegative integers y in the solutions to 6*x^2-4*y^2+4*x+2*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*(6*x^4+11*x^3-43*x^2+x+1) / ((x-1)*(x^2-10*x+1)*(x^2+10*x+1)).
EXAMPLE
57 is in the sequence because H(57) = 6441 = 3151+3290 = P(46)+P(47).
PROG
(PARI) Vec(-x*(6*x^4+11*x^3-43*x^2+x+1)/((x-1)*(x^2-10*x+1)*(x^2+10*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A264939 A201217 A041391 * A189057 A229015 A324318
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 June 12 06:07 EDT 2024. Contains 373322 sequences. (Running on oeis4.)