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!)
A010724 Period 2: repeat (6,8). 2
6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6, 8, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Decimal expansion of 68/99. - David A. Corneth, Oct 18 2016
LINKS
FORMULA
a(n) = (-1)^(n+1)+7. - Paolo P. Lava, Oct 27 2006
G.f.: ( -6-8*x ) / ((x-1)*(1+x)). - R. J. Mathar, Nov 21 2011
a(0)=6, a(n) = 10 - eulerphi(a(n-1)) for n>0. - Alexander R. Povolotsky, Oct 16 2016
MATHEMATICA
NestList[10 - EulerPhi@ # &, 6, 120] (* or *)
CoefficientList[Series[(-6 - 8 x)/((x - 1) (1 + x)), {x, 0, 120}], x] (* Michael De Vlieger, Oct 21 2016 *)
PROG
(PARI) a(n)=6+n%2*2 \\ Charles R Greathouse IV, Dec 08 2015
CROSSREFS
Cf. A176401.
Sequence in context: A088751 A153627 A094540 * A196822 A065356 A019797
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 26 10:40 EDT 2024. Contains 371994 sequences. (Running on oeis4.)