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!)
A284273 Main diagonal of A284270. 3
0, 0, 0, 0, 2, 0, 0, 0, 2, 8, 8, 0, 12, 0, 0, 0, 2, 8, 11, 12, 16, 10, 3, 0, 9, 22, 18, 0, 12, 0, 0, 0, 2, 8, 30, 32, 11, 6, 26, 8, 19, 22, 0, 40, 1, 12, 37, 0, 17, 36, 18, 36, 7, 18, 16, 0, 27, 48, 13, 0, 12, 0, 0, 0, 2, 8, 30, 32, 53, 50, 40, 56, 32, 44, 2, 24, 73, 26, 61, 32, 14, 76, 28, 4, 34, 0, 64, 72, 86, 4, 73, 48, 16, 54, 11, 0, 33 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,5
LINKS
FORMULA
a(n) = A277699(n) mod n = A048720(n, A065621(n)) mod n.
PROG
(Scheme)
(define (A284273 n) (A284270bi n n)) ;; A284270bi, see A284270.
(define (A284273 n) (modulo (A277699 n) n))
CROSSREFS
Sequence in context: A076998 A173956 A306078 * A083927 A154724 A232747
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Apr 10 2017
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 April 23 16:40 EDT 2024. Contains 371916 sequences. (Running on oeis4.)