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!)
A073173 Square composite numbers with square subscripts. 0
4, 9, 16, 1225, 6036849, 10909809, 29484900, 326561041, 653058025, 952833424, 10487398464 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(12) > 5*10^11. [From Donovan Johnson, Feb 06 2010]
LINKS
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
Sequence in context: A082920 A204434 A110979 * A313352 A253601 A313353
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 | 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 July 31 13:16 EDT 2024. Contains 374800 sequences. (Running on oeis4.)