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!)
A253673 Indices of centered triangular numbers (A005448) that are also centered octagonal numbers (A016754). 5
1, 16, 65, 1520, 6321, 148896, 619345, 14590240, 60689441, 1429694576, 5946945825, 140095478160, 582740001361, 13727927165056, 57102573187505, 1345196766697280, 5595469432374081, 131815555209168336, 548298901799472385, 12916579213731799600 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also positive integers x in the solutions to 3*x^2 - 8*y^2 - 3*x + 8*y = 0, the corresponding values of y being A253674.
Also indices of centered square numbers (A001844) that are also octagonal numbers (A000567). - Colin Barker, Feb 10 2015
LINKS
FORMULA
a(n) = a(n-1)+98*a(n-2)-98*a(n-3)-a(n-4)+a(n-5).
G.f.: x*(3*x-1)*(5*x^2+18*x+1) / ((x-1)*(x^2-10*x+1)*(x^2+10*x+1)).
EXAMPLE
16 is in the sequence because the 16th centered triangular number is 361, which is also the 10th centered octagonal number.
MATHEMATICA
LinearRecurrence[{1, 98, -98, -1, 1}, {1, 16, 65, 1520, 6321}, 20] (* Harvey P. Dale, Aug 07 2023 *)
PROG
(PARI) Vec(x*(3*x-1)*(5*x^2+18*x+1)/((x-1)*(x^2-10*x+1)*(x^2+10*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A034720 A232050 A119285 * A041494 A057689 A045024
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jan 08 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 25 03:15 EDT 2024. Contains 371964 sequences. (Running on oeis4.)