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!)
A129446 Primes p such that p^2 is a centered triangular number; or primes in A129445. 2

%I #14 Jun 08 2021 02:24:06

%S 2,19,79,1861,7741,1647522841025041

%N Primes p such that p^2 is a centered triangular number; or primes in A129445.

%C The next terms are too large to include, see the b-file.

%H Alexander Adamchuk, Apr 26 2007, <a href="/A129446/b129446.txt">Table of n, a(n) for n = 1..9</a>

%t Do[ f = 3n(n-1)/2 + 1; If[ PrimeQ[ Sqrt[f] ], Print[ Sqrt[f] ] ], {n,1,150000} ]

%Y Cf. A005448 (centered triangular numbers).

%Y Cf. A129444 (numbers k such that centered triangular number A005448(k) = 3*k*(k-1)/2 + 1 is a perfect square).

%Y Cf. A129445 (numbers k > 0 such that k^2 is a centered triangular number).

%K nonn

%O 1,1

%A _Alexander Adamchuk_, Apr 15 2007, Apr 26 2007

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 May 1 08:32 EDT 2024. Contains 372149 sequences. (Running on oeis4.)