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!)
A254284 Indices of centered triangular numbers (A005448) which are also hexagonal numbers (A000384). 3
1, 36, 133, 6888, 25705, 1336140, 4986541, 259204176, 967363153, 50284273908, 187663465045, 9754889933880, 36405744855481, 1892398362898716, 7062526838498173, 367115527512416928, 1370093800923789985, 71218519939045985220, 265791134852376758821 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also positive integers y in the solutions to 4*x^2 - 3*y^2 - 2*x + 3*y - 2 = 0, the corresponding values of x being A254283.
LINKS
FORMULA
a(n) = a(n-1)+194*a(n-2)-194*a(n-3)-a(n-4)+a(n-5).
G.f.: x*(35*x^3+97*x^2-35*x-1) / ((x-1)*(x^2-14*x+1)*(x^2+14*x+1)).
EXAMPLE
36 is in the sequence because the 36th centered triangular number is 1891, which is also the 31st hexagonal number.
MATHEMATICA
LinearRecurrence[{1, 194, -194, -1, 1}, {1, 36, 133, 6888, 25705}, 20] (* Harvey P. Dale, Nov 11 2020 *)
PROG
(PARI) Vec(x*(35*x^3+97*x^2-35*x-1)/((x-1)*(x^2-14*x+1)*(x^2+14*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A155708 A196891 A105090 * A076578 A044368 A044749
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jan 28 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 24 05:19 EDT 2024. Contains 371918 sequences. (Running on oeis4.)