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!)
A254966 Heptagonal numbers (A000566) that are also centered hexagonal numbers (A003215). 3
1, 7, 469, 3367, 226051, 1622881, 108956107, 782225269, 52516617517, 377030956771, 25312900687081, 181728138938347, 12200765614555519, 87592585937326477, 5880743713315073071, 42219444693652423561, 2834506269052250664697, 20349684749754530829919 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = a(n-1)+482*a(n-2)-482*a(n-3)-a(n-4)+a(n-5).
G.f.: -x*(x^4+6*x^3-20*x^2+6*x+1) / ((x-1)*(x^2-22*x+1)*(x^2+22*x+1)).
EXAMPLE
469 is in the sequence because it is the 14th heptagonal number and the 13th centered hexagonal number.
MATHEMATICA
LinearRecurrence[{1, 482, -482, -1, 1}, {1, 7, 469, 3367, 226051}, 20] (* Harvey P. Dale, May 17 2019 *)
PROG
(PARI) Vec(-x*(x^4+6*x^3-20*x^2+6*x+1)/((x-1)*(x^2-22*x+1)*(x^2+22*x+1)) + O(x^100))
CROSSREFS
Sequence in context: A269550 A238164 A112949 * A345455 A261806 A332147
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Feb 11 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 19:56 EDT 2024. Contains 371963 sequences. (Running on oeis4.)