Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A064523
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A064523 Numbers n such that pi(n^2) is a square. +0
2
1, 3, 5, 10, 2640, 8304, 11699, 15330, 16810, 16910, 22463, 25906, 26652, 35950, 72429, 75470, 270353, 296073, 371964, 496254 (list; graph; listen)
OFFSET

1,2

EXAMPLE

n = 14: a(14) = 35950, Pi(35950^2) = Pi(1292402500) = 64866916 = 8054^2

MATHEMATICA

Do[ If[ IntegerQ[ Sqrt[ PrimePi[n^2]]], Print[n]], {n, 1, 400000} ]

lst = {}; Do[ If[ IntegerQ@ Sqrt@ PrimePi[n^2], AppendTo[lst, n]; Print@n], {n, 520000}]; lst - Robert G. Wilson v (rgwv(at)rgwv.com), Feb 03 2006

PROGRAM

(PARI) pi(x, c=0) = forprime(p=2, x, c++); c for(n=1, 10^6, if(issquare(pi(n^2)), print1(n, " ")))

CROSSREFS

Cf. A000720, A115835: Square root of pi(A064523(n)).

Sequence in context: A000214 A060955 A024329 this_sequence A139430 A143386 A151885

Adjacent sequences: A064520 A064521 A064522 this_sequence A064524 A064525 A064526

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Oct 07 2001

EXTENSIONS

More terms from Robert G. Wilson v (rgwv(AT)rgwv.com) and Labos E. (labos(AT)ana.sote.hu), Oct 08 2001

Further terms from Robert G. Wilson v (rgwv(AT)rgwv.com), Oct 16 2001

a(20) from Robert G. Wilson v (rgwv(at)rgwv.com), Feb 03 2006

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified December 19 12:50 EST 2009. Contains 171053 sequences.


AT&T Labs Research