The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A010735 Period 2: repeat (9,10). 3
9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10, 9, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Continued fraction expansion of A176523. - R. J. Mathar, Mar 08 2012
LINKS
FORMULA
G.f. ( -9-10*x ) / ( (x-1)*(1+x) ). - R. J. Mathar, Nov 21 2011
MATHEMATICA
Table[9 + Mod[n, 2], {n, 0, 50}] (* Jinyuan Wang, Feb 26 2020 *)
PadRight[{}, 70, {9, 10}] (* Harvey P. Dale, Sep 23 2021 *)
PROG
(PARI) a(n)=n%2+9 \\ Charles R Greathouse IV, Jul 13 2016
CROSSREFS
Sequence in context: A020508 A158001 A157763 * A063543 A096166 A240919
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 June 6 04:28 EDT 2024. Contains 373115 sequences. (Running on oeis4.)