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!)
A244013 Denominators of rational approximations to sqrt(7) obtained from Newton's method. 4
1, 4, 88, 41008, 8898489952, 418997705236253480128, 928971316248341903257187589777603944778112, 4566501711345281867283814391125123371716411674583075407993026856131137508750543524608 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
R. Parimala, A Hasse principle for quadratic forms over function fields, Bull. Amer. Math. Soc. (N.S.) 51 (2014), no. 3, 447--461. MR3196794.
EXAMPLE
2, 11/4, 233/88, 108497/41008, 23543191457/8898489952, ...
MAPLE
N:=7;
s:=[floor(sqrt(N))];
M:=8;
for n from 1 to M do
x:=s[n];
h:=(N-x^2)/(2*x);
s:=[op(s), x+h]; od:
lprint(s);
s1:=map(numer, s);
s2:=map(denom, s);
CROSSREFS
Cf. A244012 (numerators).
The analogs for sqrt(k), k=2,3,5,6,7 are: A001601/A051009, A002812/A071579, A081459/A081460, A244014/A244015, A244012/A244013.
Sequence in context: A012996 A195373 A065754 * A235858 A262409 A183880
KEYWORD
nonn,frac
AUTHOR
N. J. A. Sloane, Jun 18 2014
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 April 25 16:45 EDT 2024. Contains 371989 sequences. (Running on oeis4.)