login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A034946 Successive approximations to 11-adic integer sqrt(3). 2
0, 5, 27, 753, 11401, 26042, 1475501, 17419550, 95368234, 738444877, 21959974096, 73834823298, 2356328188186, 11771613318349, 149862461894073, 3567610964143242, 7744859133558893, 421292427905708342, 1937633513403589655 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Terms of A321072 without repetition. - Jianing Song, Oct 31 2018
REFERENCES
K. Mahler, Introduction to p-Adic Numbers and Their Functions, Cambridge, 1973, p. 35.
LINKS
PROG
(PARI) sqrt(3+O(11^40))
(PARI) A321072(n) = truncate(sqrt(3+O(11^n)))
for(n=0, 50, if(valuation(A321072(n)^2-3, 11)!=valuation(A321072(n+1)^2-3, 11), print1(A321072(n), ", "))) \\ Jianing Song, Nov 01 2018
CROSSREFS
Cf. A321072.
Sequence in context: A135627 A244655 A002401 * A321072 A119941 A216341
KEYWORD
nonn
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 18:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)