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!)
A252631 Numbers n such that the heptagonal number H(n) is equal to the sum of the hexagonal numbers X(m), X(m+1), X(m+2) and X(m+3) for some m. 2
92, 29524, 9506540, 3061076260, 985657049084, 317378508728692, 102194894153589644, 32906438538947136580, 10595771014646824389020, 3411805360277738506127764, 1098590730238417152148750892, 353742803331410045253391659364, 113904084081983796154439965564220 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Also positive integers y in the solutions to 16*x^2-5*y^2+40*x+3*y+44 = 0, the corresponding values of x being A252630.
LINKS
FORMULA
a(n) = 323*a(n-1)-323*a(n-2)+a(n-3).
G.f.: -4*x*(x^2-48*x+23) / ((x-1)*(x^2-322*x+1)).
a(n) = (6+(37+14*sqrt(5))*(161+72*sqrt(5))^(-n)+(37-14*sqrt(5))*(161+72*sqrt(5))^n)/20. - Colin Barker, Mar 03 2016
EXAMPLE
92 is in the sequence because H(92) = 21022 = 4950+5151+5356+5565 = X(50)+X(51)+X(52)+X(53).
PROG
(PARI) Vec(-4*x*(x^2-48*x+23)/((x-1)*(x^2-322*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A146503 A252593 A146515 * A191948 A278860 A283897
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Dec 19 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 April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)