|
|
A064264
|
|
a(n) = 19*n mod 30.
|
|
2
|
|
|
0, 19, 8, 27, 16, 5, 24, 13, 2, 21, 10, 29, 18, 7, 26, 15, 4, 23, 12, 1, 20, 9, 28, 17, 6, 25, 14, 3, 22, 11, 0, 19, 8, 27, 16, 5, 24, 13, 2, 21, 10, 29, 18, 7, 26, 15, 4, 23, 12, 1, 20, 9, 28, 17, 6, 25, 14, 3, 22, 11, 0, 19, 8, 27, 16, 5, 24, 13, 2, 21, 10, 29
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,2
|
|
COMMENTS
|
Paschal term in Julian calendar for a year with Golden Number n+10.
|
|
REFERENCES
|
B. Blackburn and L. Hollford-Stevens, The Oxford Companion to the Year, Oxford, 1999; see p. 821.
|
|
LINKS
|
Harry J. Smith, Table of n, a(n) for n = 0..1000
Index entries for linear recurrences with constant coefficients, 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, 1).
|
|
MAPLE
|
A064264:=n->19*n mod 30: seq(A064264(n), n=0..150); # Wesley Ivan Hurt, Apr 10 2017
|
|
PROG
|
(PARI) { for (n=0, 1000, write("b064264.txt", n, " ", 19*n % 30) ) } \\ Harry J. Smith, Sep 10 2009
|
|
CROSSREFS
|
Sequence in context: A040346 A124608 A218162 * A040345 A070685 A033339
Adjacent sequences: A064261 A064262 A064263 * A064265 A064266 A064267
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
N. J. A. Sloane, Sep 24 2001
|
|
STATUS
|
approved
|
|
|
|