|
Search: id:A048898
|
|
|
| A048898 |
|
Successive approximations up to 5^n for 5-adic integer sqrt(-1). |
|
+0 4
|
|
| 0, 2, 7, 57, 182, 2057, 14557, 45807, 280182, 280182, 6139557, 25670807, 123327057, 123327057, 5006139557, 11109655182, 102662389557, 407838170807, 3459595983307, 3459595983307, 79753541295807, 365855836217682
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
This is the root congruent to 2 mod 5.
|
|
REFERENCES
|
K. Mahler, Introduction to p-Adic Numbers and Their Functions, Cambridge, 1973, p. 35.
J. H. Conway, The Sensual Quadratic Form, p. 118.
|
|
PROGRAM
|
(PARI) a(n)=if(n<2, 2, a(n-1)^5)%5^n
|
|
CROSSREFS
|
A048899(n)=5^n-A048898(n). Cf. A034935, A034939.
Sequence in context: A079410 A002658 A034939 this_sequence A034935 A121079 A105183
Adjacent sequences: A048895 A048896 A048897 this_sequence A048899 A048900 A048901
|
|
KEYWORD
|
nonn,easy,nice
|
|
AUTHOR
|
Michael Somos
|
|
|
Search completed in 0.002 seconds
|