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!)
A096493 Number of distinct primes in continued fraction period of square root of n. 5
0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1, 0, 0, 0, 0, 2, 1, 1, 1, 1, 0, 0, 0, 1, 2, 1, 1, 2, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 1, 1, 2, 1, 0, 0, 0, 1, 1, 1, 1, 1, 1, 0, 0, 2, 1, 2, 0, 0, 0, 0, 0, 3, 0, 1, 1, 2, 1, 1, 0, 0, 2, 2, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 1, 1, 1, 0, 3, 1, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,19
LINKS
EXAMPLE
n=127: the period={3,1,2,2,7,11,7,2,2,1,3,22},
distinct-primes={2,3,7,11}, so a[127]=4;
MATHEMATICA
{te=Table[0, {m}], u=1}; Do[s=Count[PrimeQ[Union[Last[ContinuedFraction[n^(1/2)]]]], True]; te[[u]]=s; u=u+1, {n, 1, m}]; te
dpcf[n_]:=Module[{s=Sqrt[n]}, If[IntegerQ[s], 0, Count[Union[ ContinuedFraction[ s][[2]]], _?PrimeQ]]]; Array[dpcf, 110] (* Harvey P. Dale, Mar 18 2016 *)
CROSSREFS
Sequence in context: A244250 A167230 A093658 * A269242 A321759 A076882
KEYWORD
nonn
AUTHOR
Labos Elemer, Jun 29 2004
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 24 17:10 EDT 2024. Contains 371962 sequences. (Running on oeis4.)