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!)
A067011 a(2n) and a(2n+1) are side lengths of a Beentjes sequence of perfect squared rectangles, starting with a 33 X 32 rectangle. 2
33, 32, 683, 781, 15323, 17470, 343253, 391369, 7689473, 8767348, 172257683, 196403977, 3858874283, 4399793626, 86445553373, 98563095565, 1936532042753, 2207986245064, 43381714920923, 49462765251493, 971826516645083, 1108052711738422, 21770618800480133 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(2n) = 11a(2n-2)+10a(2n-1), a(2n+1) = 13a(2n-2)+11a(2n-1), a(0) = 33, a(1) = 32.
a(n) = 22*a(n-2)+9*a(n-4) for n>3. - Colin Barker, May 28 2015
G.f.: -(77*x^3-43*x^2+32*x+33) / (9*x^4+22*x^2-1). - Colin Barker, May 28 2015
MATHEMATICA
LinearRecurrence[{0, 22, 0, 9}, {33, 32, 683, 781}, 30] (* Harvey P. Dale, Sep 22 2023 *)
PROG
(PARI) Vec(-(77*x^3-43*x^2+32*x+33) / (9*x^4+22*x^2-1) + O(x^100)) \\ Colin Barker, May 28 2015
CROSSREFS
Cf. A067010.
Sequence in context: A304261 A022989 A023475 * A291436 A165854 A112817
KEYWORD
easy,nonn
AUTHOR
Floor van Lamoen, Dec 26 2001
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 23:26 EDT 2024. Contains 371917 sequences. (Running on oeis4.)