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!)
A252077 Numbers n such that the hexagonal number X(n) is equal to the sum of the heptagonal number H(m) and H(m+1) for some m. 2
1, 769, 1108537, 1598509225, 2305049193553, 3323879338593841, 4793031701203124809, 6911548389255567380377, 9966447984274826959378465, 14371611081775911219856365793, 20723853213472879704205920094681, 29883781962216810757553716920163849 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also nonnegative integers y in the solutions to 10*x^2-4*y^2+4*x+2*y+2 = 0, the corresponding values of x being A252076.
LINKS
FORMULA
a(n) = 1443*a(n-1)-1443*a(n-2)+a(n-3).
G.f.: -x*(313*x^2-674*x+1) / ((x-1)*(x^2-1442*x+1)).
EXAMPLE
769 is in the sequence because X(769) = 1181953 = 589761+592192 = H(486)+H(487).
PROG
(PARI) Vec(-x*(313*x^2-674*x+1)/((x-1)*(x^2-1442*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A229854 A217495 A216646 * A236784 A205622 A205357
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Dec 13 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 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)