[go: up one dir, main page]

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!)
A327908 Nonprime squarefree numbers whose prime indices all have the same Omega (A001222) and the same sum of prime indices (A056239). 6
1, 667, 2021, 4331, 5767, 7081, 7663, 11021, 11639, 12091, 13837, 15049, 20413, 23213, 26123, 31553, 34933, 35657, 35723, 37909, 37979, 38021, 41449, 42919, 44197, 45113, 51019, 53531, 58339, 63407, 66013, 70531, 72929, 73373, 73903, 75763, 83411, 87361, 90581 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
EXAMPLE
The sequence of terms together with their prime indices begins:
1: {}
667: {9,10}
2021: {14,15}
4331: {18,20}
5767: {21,22}
7081: {21,25}
7663: {22,25}
11021: {27,28}
11639: {27,30}
12091: {28,30}
13837: {26,33}
15049: {26,35}
20413: {33,35}
23213: {34,39}
26123: {36,40}
31553: {34,49}
34933: {42,44}
35657: {42,45}
35723: {34,55}
37909: {39,49}
MATHEMATICA
primeMS[n_]:=If[n==1, {}, Flatten[Cases[FactorInteger[n], {p_, k_}:>Table[PrimePi[p], {k}]]]];
Select[Range[10000], !PrimeQ[#]&&SquareFreeQ[#]&&SameQ@@PrimeOmega/@primeMS[#]&&SameQ@@Total/@primeMS/@primeMS[#]&]
CROSSREFS
Equal omega: A327900
Equal sum of prime indices: A327901
Equal average of prime indices: A327902
Sequence in context: A326256 A210477 A138563 * A092797 A105212 A067875
KEYWORD
nonn
AUTHOR
Gus Wiseman, Sep 30 2019
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 August 30 00:57 EDT 2024. Contains 375520 sequences. (Running on oeis4.)