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.

A104935 Primes squared of the form k + prime(k).

This page as a plain text file.
%I A104935 #25 Mar 11 2024 02:08:43
%S A104935 49,529,1681,10609,26569,27889,72361,100489,109561,196249,214369,
%T A104935 727609,863041,877969,1142761,1371241,1471369,1692601,1957201,2199289,
%U A104935 2601769,2745649,3500641,3613801,3798601,3972049,4214809,5812921,6405961,7134241,7349521
%N A104935 Primes squared of the form k + prime(k).
%C A104935 Primes squared in A014688.
%H A104935 Tyler Busby, <a href="/A104935/b104935.txt">Table of n, a(n) for n = 1..10000</a> (terms 1..106 from Zak Seidov)
%o A104935 (PARI) lista(nn) = {vec = vector(nn, i, i + prime(i)); pp = select(i->(issquare(i) && isprime(sqrtint(i))), vec); print(pp);} \\ _Michel Marcus_, Oct 09 2013
%Y A104935 Cf. A014688.
%Y A104935 Subsequence of A104992.
%K A104935 nonn
%O A104935 1,1
%A A104935 _Zak Seidov_, Apr 25 2005
%E A104935 a(12) - a(16) from _Michel Marcus_, Oct 09 2013
%E A104935 a(17) onward from _Zak Seidov_, Mar 13 2014