The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A171574 Primes of the form p=floor(T/4), T are Triangular numbers. 3
2, 3, 5, 7, 11, 13, 19, 47, 101, 157, 331, 457, 569, 1069, 1237, 1471, 1667, 2161, 2467, 2719, 3061, 3719, 4027, 4441, 5227, 5591, 6469, 6991, 7411, 9011, 11287, 14407, 15797, 16607, 18097, 21269, 21997, 24697, 29221, 30319, 32321, 35311, 38711 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
floor(10/4)=2, floor(15/4)=3, floor(21/4)=5,..
MATHEMATICA
f[n_]:=n*(n+1)/2; lst={}; Do[If[PrimeQ[p=Floor[f[n]/4]], AppendTo[lst, p]], {n, 7!}]; lst
Select[Floor[Accumulate[Range[600]]/4], PrimeQ] (* Harvey P. Dale, Nov 09 2022 *)
CROSSREFS
Sequence in context: A362850 A338396 A067910 * A354800 A280937 A296236
KEYWORD
nonn
AUTHOR
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 June 5 20:25 EDT 2024. Contains 373110 sequences. (Running on oeis4.)