Svoboda | Graniru | BBC Russia | Golosameriki | Facebook
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!)

Revision History for A070661

(Underlined text is an addition; strikethrough text is a deletion.)

Showing entries 1-10 | older changes
A070661 a(n) = n^6 mod 38.
(history; published version)
#15 by Wesley Ivan Hurt at Tue Dec 26 20:02:49 EST 2023
STATUS

editing

approved

#14 by Wesley Ivan Hurt at Tue Dec 26 20:02:32 EST 2023
NAME

a(n) = n^6 mod 38.

FORMULA

a(n) = a(n-38). - Wesley Ivan Hurt, Dec 26 2023

PROG

(Sage) [power_mod(n, 6, 38)for n in range(0, 79)] # - _)] # _Zerinvary Lajos_, Nov 07 2009

STATUS

approved

editing

#13 by Ray Chandler at Tue Dec 19 00:20:56 EST 2023
STATUS

editing

approved

#12 by Ray Chandler at Tue Dec 19 00:20:53 EST 2023
LINKS

<a href="/index/Rec#order_38">Index entries for linear recurrences with constant coefficients</a>, signature (0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1).

STATUS

approved

editing

#11 by N. J. A. Sloane at Sat Dec 07 12:18:23 EST 2019
PROG

(Sage) [power_mod(n, 6, 38)for n in xrangerange(0, 79)] # - Zerinvary Lajos, Nov 07 2009

Discussion
Sat Dec 07 12:18
OEIS Server: https://oeis.org/edit/global/2837
#10 by Charles R Greathouse IV at Wed Apr 06 01:30:24 EDT 2016
STATUS

editing

approved

#9 by Charles R Greathouse IV at Wed Apr 06 01:30:03 EDT 2016
PROG

(Sage) [power_mod(n, 6, 38)for n in xrange(0, 79)] # [From _)] # - _Zerinvary Lajos_, Nov 07 2009]

(PARI) a(n)=n^6%38 \\ Charles R Greathouse IV, Apr 06 2016

KEYWORD

nonn,easy

STATUS

approved

editing

#8 by N. J. A. Sloane at Wed Oct 09 02:23:41 EDT 2013
PROG

(Sage) [power_mod(n, 6, 38)for n in xrange(0, 79)] # [From _Zerinvary Lajos (zerinvarylajos(AT)yahoo.com), _, Nov 07 2009]

Discussion
Wed Oct 09 02:23
OEIS Server: https://oeis.org/edit/global/1991
#7 by Harvey P. Dale at Tue Feb 12 12:19:54 EST 2013
STATUS

editing

approved

#6 by Harvey P. Dale at Tue Feb 12 12:19:45 EST 2013
MATHEMATICA

PowerMod[Range[0, 80], 6, 38] (* Harvey P. Dale, Feb 12 2013 *)

STATUS

approved

editing

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 August 21 17:22 EDT 2024. Contains 375353 sequences. (Running on oeis4.)