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!)
A067010 a(2n) and a(2n+1) are side lengths of a Beentjes sequence of perfect squared rectangles, starting with a 32 X 33 rectangle. 2
32, 33, 682, 779, 15292, 17435, 342562, 390581, 7673992, 8749697, 171910882, 196008563, 3851105332, 4390935659, 86271515242, 98364661565, 1932633283312, 2203540975361, 43294375870042, 49363183412027, 969869968690732, 1105821903842843, 21726788694026482 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
FORMULA
a(2n) = 11*a(2n-2)+10*a(2n-1), a(2n+1) = 13*a(2n-2)+11*a(2n-1), a(0) = 32, a(1) = 33.
a(n) = 22*a(n-2)+9*a(n-4) for n>3. - Colin Barker, May 26 2015
G.f.: -(53*x^3-22*x^2+33*x+32) / (9*x^4+22*x^2-1). - Colin Barker, May 26 2015
PROG
(PARI) Vec(-(53*x^3-22*x^2+33*x+32) / (9*x^4+22*x^2-1) + O(x^100)) \\ Colin Barker, May 26 2015
CROSSREFS
Cf. A067011.
Sequence in context: A022402 A194768 A217845 * A332923 A029925 A074287
KEYWORD
nonn,easy
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 June 7 02:04 EDT 2024. Contains 373140 sequences. (Running on oeis4.)