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!)
A233442 2^n mod n^3. 2
0, 4, 8, 16, 32, 64, 128, 256, 512, 24, 717, 640, 1601, 2664, 2393, 0, 3334, 5536, 3004, 576, 4166, 9640, 5545, 8704, 7557, 3696, 19034, 6400, 20244, 5824, 29204, 0, 21293, 12176, 13493, 40960, 41146, 25008, 16154, 11776, 55680, 56008, 20642, 79040, 14957, 1016 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A000079(n) mod A000578(n).
PROG
(Python)
for n in range(1, 100): print str(2**n % n**3)+', ',
CROSSREFS
Sequence in context: A349111 A307870 A330873 * A046055 A186949 A020707
KEYWORD
nonn
AUTHOR
Alex Ratushnyak, Dec 09 2013
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 1 11:18 EDT 2024. Contains 373016 sequences. (Running on oeis4.)