The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A173470 Semiprimes in A023037. 0
85, 781, 137257, 28531167061 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The terms a(5) etc. have at least 63 digits (if they exist), so the pattern of terms does not continue as in A001039. [From R. J. Mathar, Feb 27 2010]
LINKS
MATHEMATICA
f1[n_]:=Module[{s=0}, Do[s+=n^a, {a, 0, n-1}]; s]; f2[n_]:=Last/@FactorInteger[n]=={1, 1}||Last/@FactorInteger[n]=={2}; Select[Table[f1[n], {n, 50}], f2[ # ]&]
CROSSREFS
Sequence in context: A339870 A183777 A297599 * A202009 A194533 A069308
KEYWORD
nonn
AUTHOR
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 June 4 10:10 EDT 2024. Contains 373092 sequences. (Running on oeis4.)