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!)
A228206 y-values in the solution to x^2 - 13y^2 = 108. 2
1, 3, 6, 11, 22, 39, 69, 122, 241, 426, 753, 1331, 2629, 4647, 8214, 14519, 28678, 50691, 89601, 158378, 312829, 552954, 977397, 1727639, 3412441, 6031803, 10661766, 18845651, 37224022, 65796879, 116302029, 205574522, 406051801, 717733866, 1268660553 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
This equation is used for worked examples in the Robertson link.
LINKS
FORMULA
G.f.: x*(x+1)*(x^6+2*x^5+4*x^4+7*x^3+4*x^2+2*x+1) / ((x^4-3*x^2-1)*(x^4+3*x^2-1)).
a(n) = 11*a(n-4)-a(n-8).
MATHEMATICA
LinearRecurrence[{0, 0, 0, 11, 0, 0, 0, -1}, {1, 3, 6, 11, 22, 39, 69, 122}, 50] (* Harvey P. Dale, Jul 07 2022 *)
PROG
(PARI) Vec(x*(x+1)*(x^6+2*x^5+4*x^4+7*x^3+4*x^2+2*x+1)/((x^4-3*x^2-1)*(x^4+3*x^2-1)) + O(x^100))
CROSSREFS
Sequence in context: A191581 A192896 A115030 * A195734 A018177 A103322
KEYWORD
nonn,easy
AUTHOR
Colin Barker, Aug 16 2013
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 5 09:50 EDT 2024. Contains 372269 sequences. (Running on oeis4.)