|
Search: id:A048899
|
|
|
| A048899 |
|
Successive approximations up to 5^n for 5-adic integer sqrt(-1). |
|
+0 5
|
|
| 0, 3, 18, 68, 443, 1068, 1068, 32318, 110443, 1672943, 3626068, 23157318, 120813568, 1097376068, 1097376068, 19407922943, 49925501068, 355101282318, 355101282318, 15613890344818, 15613890344818, 110981321985443
(list; graph; listen)
|
|
|
OFFSET
|
0,2
|
|
|
COMMENT
|
This is the root congruent to 3 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, 3, a(n-1)^5)%5^n
|
|
CROSSREFS
|
A048899(n)=5^n-A034935(n).
Adjacent sequences: A048896 A048897 A048898 this_sequence A048900 A048901 A048902
Sequence in context: A110689 A027333 A026576 this_sequence A107583 A157535 A098522
|
|
KEYWORD
|
nonn,easy
|
|
AUTHOR
|
Michael Somos
|
|
|
Search completed in 0.002 seconds
|