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!)
A176717 Numbers n such that sum of digits of all distinct prime factors of n-th semiprime = sum of digits of all distinct prime factors of (n+1)-th semiprime. 0
13, 15, 16, 20, 79, 91, 111, 116, 117, 119, 125, 131, 205, 215, 225, 250, 276, 282, 284, 298, 303, 313, 332, 340, 362, 364, 446, 501, 523, 554, 562, 686, 720, 728, 759, 796, 798, 830, 877, 904, 923, 925, 953, 962, 978, 986, 988, 992, 1007, 1056, 1097, 1117 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(1)=2 because 1st semiprime = 2*2 and 2=2; a(2)=5 because 2nd semiprime=2*3 and 2<3.
MAPLE
A007953 := proc(n) add(d, d=convert(n, base, 10)) ; end proc: A176707 := proc(n) local p; p := numtheory[factorset](A001358(n)) ; add( A007953(d), d=p) ; end proc: isA176717 := proc(n) A176707(n) = A176707(n+1) ; end proc: for n from 1 to 1200 do if isA176717(n) then printf("%d, ", n) ; end if; end do: # R. J. Mathar, Apr 26 2010
CROSSREFS
Sequence in context: A278978 A212908 A180642 * A070603 A329183 A302440
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
Corrected (13 inserted, 20 inserted, 34 and 55 removed) and extended beyond 91 by R. J. Mathar, Apr 26 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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)