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!)
A254855 Indices of octagonal numbers (A000567) that are also centered heptagonal numbers (A069099). 3
1, 2, 16, 43, 407, 1108, 10558, 28757, 274093, 746566, 7115852, 19381951, 184738051, 503184152, 4796073466, 13063405993, 124513172057, 339145371658, 3232546400008, 8804716257107, 83921693228143, 228583477313116, 2178731477531702, 5934365693883901 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Also positive integers x in the solutions to 6*x^2 - 7*y^2 - 4*x + 7*y - 2 = 0, the corresponding values of y being A254856.
LINKS
FORMULA
a(n) = a(n-1)+26*a(n-2)-26*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x^4+x^3-12*x^2+x+1) / ((x-1)*(x^4-26*x^2+1)).
EXAMPLE
16 is in the sequence because the 16th octagonal number is 736, which is also the 15th centered heptagonal number.
MATHEMATICA
LinearRecurrence[{1, 26, -26, -1, 1}, {1, 2, 16, 43, 407}, 30] (* Harvey P. Dale, Aug 31 2021 *)
PROG
(PARI) Vec(-x*(x^4+x^3-12*x^2+x+1)/((x-1)*(x^4-26*x^2+1)) + O(x^100))
CROSSREFS
Sequence in context: A211620 A023638 A139267 * A181340 A275032 A295533
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Feb 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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)