The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A253514 Centered heptagonal numbers (A069099) which are also centered octagonal numbers (A016754). 3
1, 841, 755161, 678133681, 608963290321, 546848356574521, 491069215240629481, 440979608437728699361, 395999197307865131396641, 355606838202854450265484201, 319334544706965988473273415801, 286762065540017254794549261905041 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = 899*a(n-1)-899*a(n-2)+a(n-3).
G.f.: -x*(x^2-58*x+1) / ((x-1)*(x^2-898*x+1)).
EXAMPLE
841 is in the sequence because it is the 16th centered heptagonal number and the 15th centered octagonal number.
PROG
(PARI) Vec(-x*(x^2-58*x+1)/((x-1)*(x^2-898*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A361675 A253599 A121499 * A342841 A337730 A049530
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 May 17 10:20 EDT 2024. Contains 372594 sequences. (Running on oeis4.)