The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A073172 The value of index for composite numbers with square subscripts which are also square numbers. 1
1, 4, 9, 1024, 5621641, 10188864, 27657081, 308950929, 619113924, 904265041, 10011203136 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Solutions to c[x^2]=y^2, values of x^2; where c(j)=j-th composite number; See program.
EXAMPLE
a(4)=1024 corresponds to composite=1225=35.35=c(1024)=c(32.32).
MATHEMATICA
c[x_] := FixedPoint[x+PrimePi[ # ]+1&, x] Do[s=c[n^2]; If[IntegerQ[Sqrt[s]], Print[n^2]], {n, 1, 1000000}]
CROSSREFS
Sequence in context: A254959 A028869 A179935 * A168139 A258660 A260305
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 19 2002
EXTENSIONS
a(9)-a(11) from Donovan Johnson, Jan 24 2011
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 May 22 06:48 EDT 2024. Contains 372743 sequences. (Running on oeis4.)