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!)
A333801 Numbers k such that A008475(k)+1 = A008475(k+1). 2
2, 3, 4, 7, 8, 16, 20, 31, 35, 127, 143, 208, 256, 650, 1479, 2464, 2623, 4233, 4345, 5183, 8099, 8191, 9424, 11024, 11919, 12099, 14905, 16159, 20220, 20800, 21716, 22194, 24335, 26123, 27335, 27390, 30457, 34945, 38180, 40425, 52206, 56563, 65536, 67123, 68264 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A variation of A064111 and A228126 with unitary prime-power divisors instead of prime divisors.
LINKS
EXAMPLE
4 is a term since A008475(4) + 1 = 4 + 1 = 5 = A008475(5).
MATHEMATICA
s[1] = 0; s[n_] := Plus @@ (Power @@@ FactorInteger[n]); seq = {}; s1 = 0; Do[s2 = s[n]; If[s1 + 1 == s2, AppendTo[seq, n - 1]]; s1 = s2, {n, 2, 10^5}]; seq
CROSSREFS
Sequence in context: A126850 A007497 A126882 * A239973 A281782 A334020
KEYWORD
nonn
AUTHOR
Amiram Eldar, Apr 05 2020
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 16 14:17 EDT 2024. Contains 371740 sequences. (Running on oeis4.)