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!)
A276576 Column 2 of A276580: a(n) = A276570(A254100(n)); the n-th postludic number modulo the corresponding Ludic number. 3
0, 0, 4, 3, 0, 8, 16, 7, 17, 2, 31, 6, 16, 26, 42, 46, 52, 1, 7, 13, 25, 35, 57, 61, 63, 75, 83, 105, 123, 129, 145, 155, 22, 14, 44, 52, 52, 70, 76, 92, 98, 106, 128, 148, 160, 184, 178, 184, 208, 220, 224, 248, 268, 284, 296, 316, 328, 1, 21, 33, 23, 43, 51, 69, 71, 91, 99, 123, 125, 163, 161, 181, 191, 211, 229, 233, 241, 241 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A276570(A254100(n)) = A254100(n) modulo A003309(1+n).
PROG
(Scheme)
(define (A276576 n) (A276570 (A254100 n)))
;; Which reduces to:
(define (A276576 n) (modulo (A254100 n) (A003309 (+ 1 n))))
CROSSREFS
Column 2 of A276580.
Sequence in context: A198240 A332122 A010650 * A176214 A011091 A335821
KEYWORD
nonn
AUTHOR
Antti Karttunen, Sep 13 2016
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 16 14:05 EDT 2024. Contains 371740 sequences. (Running on oeis4.)