|
| |
|
|
A092476
|
|
Congruent to {1, 3, 9} mod 13.
|
|
0
| |
|
|
1, 3, 9, 14, 16, 22, 27, 29, 35, 40, 42, 48, 53, 55, 61, 66, 68, 74, 79, 81, 87, 92, 94, 100, 105, 107, 113, 118, 120, 126, 131, 133, 139, 144, 146, 152, 157, 159, 165, 170, 172, 178, 183, 185, 191, 196, 198, 204, 209, 211, 217, 222, 224, 230, 235, 237, 243, 248
(list; graph; refs; listen; history; internal format)
|
|
|
|
OFFSET
| 1,2
|
|
|
COMMENTS
| Also, natural numbers whose cubes are congruent to 1 (mod 13).
|
|
|
FORMULA
| a(n)=a(n-3)+13 = a(n-1)+a(n-3)-a(n-4). G.f.: x*(1+2*x+6*x^2+4*x^3)/((1+x+x^2)*(x-1)^2). [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Apr 20 2009]
|
|
|
PROG
| (PARI) for (i=1, 500, if(Mod(i^3, 13)==1, print1(i, ", ")))
|
|
|
CROSSREFS
| Sequence in context: A134190 A047905 A134904 * A071346 A103813 A001968
Adjacent sequences: A092473 A092474 A092475 * A092477 A092478 A092479
|
|
|
KEYWORD
| nonn
|
|
|
AUTHOR
| Jun Mizuki (suzuki32(AT)sanken.osaka-u.ac.jp), Mar 25 2004
|
|
|
EXTENSIONS
| More terms from Mohammed Bouayoun (bouyao(AT)wanadoo.fr) and Ray Chandler (rayjchandler(AT)sbcglobal.net), Mar 26 2004
Better definition from Ralf Stephan, Dec 02, 2004
|
| |
|
|