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!)
A257721 Hexagonal numbers (A000384) that are the sum of two consecutive hexagonal numbers. 4
703, 810901, 935778691, 1079887798153, 1246189583289511, 1438101699228297181, 1659568114719871657003, 1915140166285032663883921, 2210070092324812974250387471, 2550418971402667887252283257253, 2943181282928586417076160628482131 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
a(n) = 1155*a(n-1)-1155*a(n-2)+a(n-3).
G.f.: -x*(x^2-1064*x+703) / ((x-1)*(x^2-1154*x+1)).
EXAMPLE
703 is in the sequence because H(19) = 703 = 325+378 = H(13)+H(14).
PROG
(PARI) Vec(-x*(x^2-1064*x+703)/((x-1)*(x^2-1154*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A161021 A283521 A334010 * A253396 A188370 A185571
KEYWORD
nonn,easy
AUTHOR
Colin Barker, May 06 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 June 20 11:12 EDT 2024. Contains 373527 sequences. (Running on oeis4.)