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!)
A098833 Numbers n such that the sum of primes dividing n (with repetition) is a Fibonacci number. 1
1, 2, 3, 5, 6, 13, 15, 16, 18, 22, 38, 56, 63, 68, 75, 80, 89, 90, 93, 96, 106, 108, 145, 174, 195, 208, 231, 233, 234, 253, 275, 289, 330, 343, 352, 396, 490, 494, 588, 644, 664, 695, 700, 705, 747, 752, 834, 836, 840, 846, 884, 896, 916, 920, 945, 959, 1000, 1008 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: there are infinitely many consecutive terms in this sequence. For example, sopfr(143335) = 377 and sopfr(143336) = 89 are both Fibonacci numbers.
LINKS
EXAMPLE
a(10)=22 because the sum of its prime factors is 13, the 7th
Fibonacci number.
MATHEMATICA
spdfibQ[n_]:=With[{fibs=Fibonacci[Range[30]]}, MemberQ[fibs, Total[ Times@@@ FactorInteger[ n]]]]; Select[Range[1100], spdfibQ] (* Harvey P. Dale, Nov 11 2022 *)
CROSSREFS
Cf. A001414.
Sequence in context: A100330 A331043 A020473 * A075371 A218948 A057704
KEYWORD
nonn
AUTHOR
Jason Earls, Oct 10 2004
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 May 13 21:51 EDT 2024. Contains 372523 sequences. (Running on oeis4.)