login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A073173
Square composite numbers with square subscripts.
0
4, 9, 16, 1225, 6036849, 10909809, 29484900, 326561041, 653058025, 952833424, 10487398464
OFFSET
1,1
COMMENTS
a(12) > 5*10^11. [From Donovan Johnson, Feb 06 2010]
FORMULA
Solutions to c[x^2]=y^2: the values of y^2; where c(j)=j-th composite number; See program.
EXAMPLE
composite=1225=35.35=A002808(1024)=c(32.32).
MATHEMATICA
c[x_] := FixedPoint[x+PrimePi[ # ]+1&, x] Do[s=c[n^2]; If[IntegerQ[Sqrt[s]], Print[s]], {n, 1, 1000000}]
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Jul 19 2002
EXTENSIONS
a(10)-a(11) from Donovan Johnson, Feb 06 2010
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 19 20:04 EDT 2024. Contains 376014 sequences. (Running on oeis4.)