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!)
A010726 Period 2: repeat (6,10). 5
6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10, 6, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
From Klaus Brockhaus, Dec 10 2009: (Start)
Interleaving of A010722 and A010692.
Also continued fraction expansion of 3 + 4*sqrt(15)/5.
Binomial transform of 6 followed by A122803 without initial terms 1,-2.
Inverse binomial transform of A171494. (End)
LINKS
FORMULA
a(n) = -2*(-1)^n + 8. - Paolo P. Lava, Oct 27 2006
From Klaus Brockhaus, Dec 10 2009: (Start)
a(n) = a(n-2) for n > 1; a(0) = 6, a(1) = 10.
G.f.: 2*(3+5*x)/((1-x)*(1+x)). (End)
MATHEMATICA
LinearRecurrence[{0, 1}, {6, 10}, 90] (* or *) PadRight[{}, 90, {6, 10}] (* Harvey P. Dale, Mar 07 2015 *)
PROG
(Magma) &cat[ [6, 10]: n in [1..42] ]; // Klaus Brockhaus, Dec 10 2009
(PARI) a(n)=6+n%2*4 \\ Charles R Greathouse IV, Dec 21 2011
CROSSREFS
Equals 2*A010703. Cf. A010722 (all 6's sequence), A010692 (all 10's sequence), A122803 (powers of -2), A171494. - Klaus Brockhaus, Dec 10 2009
Sequence in context: A074288 A156383 A247270 * A084365 A066135 A070393
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 23 20:27 EDT 2024. Contains 371916 sequences. (Running on oeis4.)