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.

A010850 Constant sequence: a(n) = 11.

This page as a plain text file.
%I A010850 #39 Feb 16 2025 08:32:32
%S A010850 11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
%T A010850 11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,
%U A010850 11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11,11
%N A010850 Constant sequence: a(n) = 11.
%C A010850 Also, binary representation of the n-th iteration of the elementary cellular automaton Rules: 116, 212 and 244 starting with a single ON (black) cell. - _Robert Price_, Feb 21 2016
%H A010850 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a>
%H A010850 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/ElementaryCellularAutomaton.html">Elementary Cellular Automaton</a>
%H A010850 S. Wolfram, <a href="http://wolframscience.com/">A New Kind of Science</a>
%H A010850 <a href="https://oeis.org/wiki/Index_to_Elementary_Cellular_Automata">Index to Elementary Cellular Automata</a>
%H A010850 <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a>
%H A010850 <a href="/index/Di#divseq">Index to divisibility sequences</a>
%H A010850 <a href="/index/Rec#order_01">Index entries for linear recurrences with constant coefficients</a>, signature (1).
%F A010850 G.f.: 11/(1-x). - _Vincenzo Librandi_, Jan 19 2012
%F A010850 E.g.f.: 11*exp(x). - _Elmo R. Oliveira_, Feb 21 2024
%t A010850 Table[11,{60}] (* _Vincenzo Librandi_, Jan 19 2012 *)
%K A010850 nonn,easy
%O A010850 0,1
%A A010850 _N. J. A. Sloane_