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!)
A010703 Period 2: repeat (3,5). 9
3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3, 5, 3 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
From Klaus Brockhaus, Dec 10 2009: (Start)
Interleaving of A010701 and A010716.
Also continued fraction expansion of (15+sqrt(285))/10.
Also decimal expansion of 35/99.
Binomial transform of 3 followed by A084633 without initial terms 1,0.
Inverse binomial transform of A171497. (End)
LINKS
FORMULA
From Klaus Brockhaus, Dec 10 2009: (Start)
a(n) = a(n-2) for n > 1; a(0) = 3, a(1) = 5.
G.f.: (3+5*x)/((1-x)*(1+x)). (End)
MATHEMATICA
Table[If[OddQ[n], 3, 5], {n, 1, 50}] (* Stefan Steinerberger, Apr 10 2006 *)
PadRight[{}, 120, {3, 5}] (* Harvey P. Dale, Sep 03 2012 *)
PROG
(Magma) &cat[ [3, 5]: n in [1..53] ]; // Klaus Brockhaus, Dec 10 2009
(PARI) a(n)=3+n%2*2 \\ Charles R Greathouse IV, Nov 20 2011
CROSSREFS
Cf. A010701 (all 3's sequence), A010716 (all 5's sequence), A084633 (inverse binomial transform of repeated odd numbers), A171497. - Klaus Brockhaus, Dec 10 2009
Sequence in context: A236965 A259684 A214287 * A107489 A152050 A103506
KEYWORD
nonn,easy
AUTHOR
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)