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!)
A122553 a(0)=1, a(n)=3 for n > 0. 26
1, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Continued fraction for ((sqrt(13) - 1))/2.
Decimal expansion of 4/30. - Alonso del Arte, Aug 16 2012
4/3 is the volume of the regular octahedron inscribed in the unit-radius sphere. - Amiram Eldar, Jun 02 2023
LINKS
Jun Yan, Results on pattern avoidance in parking functions, arXiv:2404.07958 [math.CO], 2024. See p. 4.
FORMULA
a(n) = 3 - 2*0^n.
G.f.: (1 + 2*x)/(1 - x).
Sum_{n >= 0} a(n)*10^(-n) = 4/3.
From Amiram Eldar, Jun 05 2021: (Start)
4/3 = Product_{k>=1} (1 + 1/2^(2^k)).
4/3 = Sum_{k>=0} binomial(2*k,k)/((k+2)*4^k). (End)
MATHEMATICA
RealDigits[4/3, 10, 105][[1]] (* Alonso del Arte, Aug 16 2012 *)
PadRight[{1}, 120, 3] (* Harvey P. Dale, Jul 21 2023 *)
PROG
(PARI) a(n)=(n>=0)+2*(n>0) \\ Jaume Oliver Lafont, Mar 26 2009
CROSSREFS
Cf. A118273 (cube), A339259 (regular icosahedron), A363437 (regular tetrahedron), A363438 (regular dodecahedron).
Sequence in context: A010701 A290858 A174971 * A157831 A032552 A087717
KEYWORD
nonn,cofr,easy,cons,changed
AUTHOR
Philippe Deléham, Sep 20 2006
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 19 11:14 EDT 2024. Contains 371791 sequences. (Running on oeis4.)