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!)
A076516 Primes p such that (p-1) and the period length of 1/p are both squares. 1

%I #7 May 30 2013 12:47:31

%S 5,17,101,257,577,1297,3137,5477,7057,12101,13457,14401,15377,24337,

%T 25601,30977,33857,41617,42437,44101,50177,52901,55697,57601,62501,

%U 65537,69697,72901,80657,98597,106277,122501,147457,164837,184901

%N Primes p such that (p-1) and the period length of 1/p are both squares.

%H Harvey P. Dale, <a href="/A076516/b076516.txt">Table of n, a(n) for n = 1..230</a>

%e (17-1) = 16 is square and 1/17=0.0588235294117647(0588...) with a decimal period length = 16, square, hence 17 is in the sequence

%t bsQ[n_]:=IntegerQ[Sqrt[n-1]]&&IntegerQ[Sqrt[Length[Flatten[ RealDigits[ 1/n][[1]]]]]]; Select[Prime[Range[2,17000]],bsQ] (* _Harvey P. Dale_, May 30 2013 *)

%Y Cf. A002496, A072858.

%K nonn

%O 1,1

%A _Benoit Cloitre_, Nov 09 2002

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 19 05:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)