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!)
A280555 Primes p such that sigma(sigma(p)) is a Fibonacci number. 1
19289, 7391381, 9041581, 9124081, 9589141, 645617593711, 786881099503, 793374393583, 188950298985689, 215446003400539, 228846950929339, 257138974382029, 265666386165589, 276918720321829, 280481623844131, 323331286115017, 326905876894417 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Is this sequence infinite?
LINKS
EXAMPLE
Prime number 7391381 is a term because sigma(sigma(7391381)) = 14930352 is a Fibonacci number.
PROG
(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);
CROSSREFS
Sequence in context: A186875 A251803 A184667 * A031831 A252901 A126721
KEYWORD
nonn
AUTHOR
Altug Alkan, Jan 05 2017
EXTENSIONS
Terms confirmed by Giovanni Resta, Jan 07 2017
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 August 26 01:13 EDT 2024. Contains 375454 sequences. (Running on oeis4.)