cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A153360 Number of zig-zag paths from top to bottom of a rectangle of width 10 with n rows.

This page as a plain text file.
%I A153360 #17 Mar 03 2024 15:34:49
%S A153360 10,18,34,64,122,232,444,848,1626,3112,5972,11442,21964,42106,80832,
%T A153360 155010,297570,570760,1095620,2101752,4034252,7739690,14855342,
%U A153360 28501710,54703004,104959000,201439550,386516750,741790648,1423365002,2731617694
%N A153360 Number of zig-zag paths from top to bottom of a rectangle of width 10 with n rows.
%C A153360 Number of words of length n using a 10 symbol alphabet where neighboring letters are neighbors in the alphabet. - _Andrew Howroyd_, Apr 17 2017
%H A153360 Joseph Myers, <a href="http://www.polyomino.org.uk/publications/2008/bmo1-2009-q1.pdf">BMO 2008--2009 Round 1 Problem 1---Generalisation</a>
%H A153360 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (1, 4, -3, -3, 1).
%F A153360 G.f.: 2*x*(5+4*x-12*x^2-6*x^3+3*x^4)/(1-x-4*x^2+3*x^3+3*x^4-x^5) [From Maksym Voznyy (voznyy(AT)mail.ru), Aug 11 2009]
%t A153360 LinearRecurrence[{1, 4, -3, -3, 1}, {10, 18, 34, 64, 122}, 31] (* _Jean-François Alcover_, Jul 01 2018 *)
%Y A153360 Column 10 of A220062.
%Y A153360 Twice A090994.
%K A153360 easy,nonn
%O A153360 1,1
%A A153360 _Joseph Myers_, Dec 24 2008
%E A153360 G.f. proposed by Maksym Voznyy checked and corrected by _R. J. Mathar_, Sep 16 2009.