login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A065926 Index values for new maxima in A065925. 3
1, 3, 5, 21, 25, 35, 55, 185, 265, 563, 569, 733, 3350, 3469, 6010, 6779, 10689, 11143, 14505, 18016, 30561, 31588, 37757, 59611, 65816, 67106, 75904, 118361, 214379, 241564, 255196 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

REFERENCES

J. Earls, Mathematical Bliss, Pleroma Publications, 2009, pages 99-100. ASIN: B002ACVZ6O [From Jason Earls (zevi_35711(AT)yahoo.com), Nov 26 2009]

PROG

(PARI) sopf(n) = local(fac, i); fac=factor(n); sum(i=1, matsize(fac)[1], fac[i, 1]) A065926(m)= {local(a, n, k); a=0; for(k=1, m, n=1; while(sopf(n)!=sopf(n+k), n++); if(n>a, a=n; print1(k, ", ")))} - Klaus Brockhaus.

CROSSREFS

Cf. A065925, A065927.

Sequence in context: A007363 A103991 A086175 * A128561 A032414 A062225

Adjacent sequences:  A065923 A065924 A065925 * A065927 A065928 A065929

KEYWORD

nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Nov 28 2001

EXTENSIONS

More terms from David Wasserman (wasserma(AT)spawar.navy.mil), Sep 19 2002

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 10:57 EST 2012. Contains 206009 sequences.