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!)
A253546 Centered hexagonal numbers (A003215) which are also centered heptagonal numbers (A069099). 3
1, 547, 368551, 248402701, 167423051797, 112842888508351, 76055939431576651, 51261590333994154297, 34550235829172628419401, 23286807687272017560521851, 15695273830985510663163308047, 10578591275276546914954509101701, 7129954824262561635168675971238301 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 675*a(n-1)-675*a(n-2)+a(n-3).
G.f.: -x*(x^2-128*x+1) / ((x-1)*(x^2-674*x+1)).
EXAMPLE
547 is in the sequence because it is the 14th centered hexagonal number and the 13th centered heptagonal number.
MATHEMATICA
LinearRecurrence[{675, -675, 1}, {1, 547, 368551}, 20] (* Harvey P. Dale, Aug 03 2021 *)
PROG
(PARI) Vec(-x*(x^2-128*x+1) / ((x-1)*(x^2-674*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A123099 A263524 A300899 * A015324 A103537 A136928
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Jan 03 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 23 11:35 EDT 2024. Contains 371912 sequences. (Running on oeis4.)