login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A060215 Period of continued fraction for sqrt(a(n)) has n successive 1's. 0
3, 7, 7, 13, 58, 58, 135, 461, 819, 2081, 13834, 13834, 35955, 244647, 244647, 639389 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

PROG

(PARI) print("3, 7, "):n=3:for(k=1, 10^6, v=contfrac(sqrt(k)):s=0:for(l=1, length(v)-n, if(v[l]==1, s=s+1, s=0): if(s==n, print1(k", "):n=n+1:k=k-1:break)))

CROSSREFS

Sequence in context: A139795 A118259 A060845 * A059478 A175329 A081218

Adjacent sequences:  A060212 A060213 A060214 * A060216 A060217 A060218

KEYWORD

nonn

AUTHOR

Jeff Burch (gburch(AT)erols.com), Mar 21 2001

EXTENSIONS

More terms from Ralf Stephan (ralf(AT)ark.in-berlin.de), Mar 26 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 13 08:12 EST 2012. Contains 205451 sequences.