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!)
A259163 Positive heptagonal numbers (A000566) that are triangular numbers (A000217) divided by 2. 3
18, 189, 37727235, 393298308, 78448579122960, 817809556618215, 163122994382238923193, 1700522115268371779430, 339191755844562643229618814, 3536001066647854270462804353, 705302447816298343956844397692383, 7352626249945315029422809413582264 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Intersection of A000566 and A074378 (even triangular numbers divided by 2). - Michel Marcus, Jun 20 2015
LINKS
FORMULA
G.f.: -9*x*(2*x^4+19*x^3+33170*x^2+19*x+2) / ((x-1)*(x^2-1442*x+1)*(x^2+1442*x+1)).
EXAMPLE
18 is in the sequence because 18 is the 3rd heptagonal number, and 2*18 is the 8th triangular number.
MATHEMATICA
LinearRecurrence[{1, 2079362, -2079362, -1, 1}, {18, 189, 37727235, 393298308, 78448579122960}, 20] (* Vincenzo Librandi, Jun 20 2015 *)
PROG
(PARI) Vec(-9*x*(2*x^4+19*x^3+33170*x^2+19*x+2)/((x-1)*(x^2-1442*x+1)*(x^2+1442*x+1)) + O(x^20))
CROSSREFS
Sequence in context: A036219 A022646 A268447 * A004314 A338099 A125406
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jun 19 2015
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 April 19 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)