Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A091022
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A091022 Semiprimes with semiprime indices. +0
7
10, 15, 25, 26, 38, 39, 58, 62, 74, 77, 94, 95, 106, 118, 119, 141, 145, 155, 166, 177, 178, 194, 203, 213, 219, 235, 254, 265, 267, 274, 291, 298, 299, 301, 329, 346, 362, 377, 381, 386, 391, 393, 411, 422, 427, 454, 458, 466, 471, 473, 502, 514, 515, 519 (list; graph; listen)
OFFSET

1,1

COMMENT

Semiprime of semiprime of n: a(n) = A001358(A001358(n)). - Jonathan Vos Post (jvospost2(AT)yahoo.com), Apr 29 2005

EXAMPLE

10 is a member because 10 is 4th semiprime and 4 is a semiprime.

PROGRAM

(PARI) A001358()= { local(resul); resul = [4]; for(n=5, 1000, if ( bigomega(n) == 2, resul =concat(resul, n); ); ); return(resul); } { spr=Vec(A001358()); sprlen=(matsize(spr))[2]; for(n=1, sprlen, if( spr[n]>=sprlen, break; ); print1(spr[spr[n]], ", "); ); } - R. J. Mathar (mathar(AT)strw.leidenuniv.nl), May 23 2006

CROSSREFS

Cf. A001358, A007097.

Sequence in context: A034961 A117847 A057990 this_sequence A133372 A100916 A001750

Adjacent sequences: A091019 A091020 A091021 this_sequence A091023 A091024 A091025

KEYWORD

nonn

AUTHOR

Zak Seidov (zakseidov(AT)yahoo.com), Feb 24 2004

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 July 25 07:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research