cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A280555 Primes p such that sigma(sigma(p)) is a Fibonacci number.

Original entry on oeis.org

19289, 7391381, 9041581, 9124081, 9589141, 645617593711, 786881099503, 793374393583, 188950298985689, 215446003400539, 228846950929339, 257138974382029, 265666386165589, 276918720321829, 280481623844131, 323331286115017, 326905876894417
Offset: 1

Views

Author

Altug Alkan, Jan 05 2017

Keywords

Comments

Is this sequence infinite?

Examples

			Prime number 7391381 is a term because sigma(sigma(7391381)) = 14930352 is a Fibonacci number.
		

Crossrefs

Programs

  • PARI
    isFibonacci(n)=my(k=n^2); issquare(k+=(k+1)<<2) || (n>0 && issquare(k-8));
    is(n)=isFibonacci(sigma(n+1))&&isprime(n);

Extensions

Terms confirmed by Giovanni Resta, Jan 07 2017