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!)
A070414 a(n) = 7^n mod 30. 1
1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13, 1, 7, 19, 13 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
From R. J. Mathar, Apr 20 2010: (Start)
a(n) = a(n-1) - a(n-2) + a(n-3).
G.f.: ( -1-6*x-13*x^2 ) / ( (x-1)*(1+x^2) ). (End)
From G. C. Greubel, Mar 20 2016: (Start)
a(n) = a(n-4).
E.g.f.: 10*exp(x) - 9*cos(x) - 3*sin(x). (End)
MATHEMATICA
PowerMod[7, Range[0, 50], 30] (* G. C. Greubel, Mar 20 2016 *)
LinearRecurrence[{1, -1, 1}, {1, 7, 19}, 90] (* or *) PadRight[{}, 90, {1, 7, 19, 13}] (* Harvey P. Dale, Aug 09 2020 *)
PROG
(Sage) [power_mod(7, n, 30) for n in range(0, 84)] # Zerinvary Lajos, Nov 27 2009
(PARI) a(n) = lift(Mod(7, 30)^n); \\ Altug Alkan, Mar 20 2016
(Magma) [Modexp(7, n, 30): n in [0..100]]; // Bruno Berselli, Mar 22 2016
CROSSREFS
Sequence in context: A362309 A226932 A245167 * A195870 A125257 A195867
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 May 22 05:21 EDT 2024. Contains 372742 sequences. (Running on oeis4.)