A309453 The successive approximations up to 7^n for 7-adic integer 5^(1/5).
0, 3, 45, 339, 1368, 8571, 42185, 630430, 4748145, 27807349, 27807349, 1722658843, 13586619301, 41269193703, 235047214517, 2269716433064, 30755085492722, 230152668910328, 928044210871949, 2556457808782398, 36753143364901827, 196337675960125829, 2430521132293261857
Offset: 0
Keywords
Examples
a(1) = ( 3)_7 = 3, a(2) = ( 63)_7 = 45, a(3) = ( 663)_7 = 339, a(4) = (3663)_7 = 1368.
Crossrefs
Programs
-
PARI
{a(n) = truncate((5+O(7^n))^(1/5))}
Formula
a(0) = 0 and a(1) = 3, a(n) = a(n-1) + (a(n-1)^5 - 5) mod 7^n for n > 1.