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!)
A070341 a(n) = 3^n mod 11: Repeat (1, 3, 9, 5, 4), period 5. 5
1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9, 5, 4, 1, 3, 9 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Simple continued fraction expansion of 13/24 + sqrt(8761)/120 = 1.3216684472... - R. J. Mathar, Mar 08 2012
LINKS
FORMULA
From R. J. Mathar, Apr 13 2010: (Start)
a(n) = a(n-5).
G.f.: (1+3*x+9*x^2+5*x^3+4*x^4)/ ((1-x) * (1+x+x^2+x^3+x^4)). (End)
MATHEMATICA
PowerMod[3, Range[0, 100], 11] (* or *) PadRight[{}, 100, {1, 3, 9, 5, 4}] (* Harvey P. Dale, Feb 05 2012 *)
PROG
(Sage) [power_mod(3, n, 11)for n in range(0, 93)] # Zerinvary Lajos, Nov 24 2009
(PARI) a(n)=lift(Mod(3, 11)^n)
(PARI) a(n)=[1, 3, 9, 5, 4][n%5+1] \\ M. F. Hasler, Mar 04 2011
CROSSREFS
Sequence in context: A021257 A358190 A282529 * A245719 A085851 A212321
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, May 12 2002
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 March 29 06:15 EDT 2024. Contains 371265 sequences. (Running on oeis4.)