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!)
A082973 Fibonacci numbers which are of the form Sum{i=1..k} prime(i) for some k. 0
2, 5, 2584 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
EXAMPLE
5 is in the sequence because 5 is both Fibonacci(5) and 2+3. 2584 is Fibonacci(18) and 2+3+5+7+11+...+151+157 (first 37 primes)
PROG
(PARI) { ps=2; pc=1; fc=1; while (fc<50, while (ps<=fibonacci(fc), if (ps==fibonacci(fc), print1(ps"; "fc", ")); ps+=prime(pc++)); fc++) }
CROSSREFS
Sequence in context: A101341 A079014 A215436 * A306747 A187604 A082815
KEYWORD
nonn,bref
AUTHOR
Jon Perry, May 28 2003
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 25 11:39 EDT 2024. Contains 371969 sequences. (Running on oeis4.)