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.

Showing 1-1 of 1 results.

A340770 Indices k of prime numbers such that prime(k)-2 and prime(k)^2-2 are both prime numbers.

Original entry on oeis.org

3, 4, 6, 8, 14, 18, 27, 34, 65, 82, 99, 141, 172, 177, 191, 202, 216, 226, 319, 333, 337, 445, 470, 476, 496, 552, 559, 564, 578, 602, 637, 672, 829, 850, 863, 871, 949, 1005, 1065, 1075, 1190, 1199, 1231, 1239, 1306, 1329, 1446, 1450, 1529, 1619, 1635, 1643
Offset: 1

Views

Author

François Marques, Jan 20 2021

Keywords

Comments

This sequence is a subsequence of A107770.

Examples

			6 is in the sequence since prime(6)=13 and 13-2=11 and 13^2-2=167 are both prime numbers.
		

Crossrefs

Programs

  • PARI
    lista(n) = {my(l=List,k=1); while(#l
    				
Showing 1-1 of 1 results.