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!)
A180449 Primes of the form floor( (n*(sqrt(3)*n-1))/sqrt(2) ). 1
3, 167, 197, 577, 631, 809, 1009, 1231, 1741, 1931, 2029, 2339, 3533, 4079, 7207, 10301, 11933, 14741, 17551, 18743, 24943, 26003, 32027, 37813, 42239, 45013, 49831, 51827, 54377, 61843, 76369, 81973, 122849, 128339, 130729, 145531, 154097, 171047, 172883 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Charles R Greathouse IV, Table of n, a(n) for n = 1..10000
MATHEMATICA
Select[With[{c3=Sqrt[3], c2=Sqrt[2]}, Table[Floor[n (c3 n-1)/c2], {n, 500}]], PrimeQ] (* Harvey P. Dale, May 05 2011 *)
PROG
(PARI) for(n=1, 1e4, if(ispseudoprime(t=floor((n*(sqrt(3)*n-1))/sqrt(2))), print1(t", "))); v \\ Charles R Greathouse IV, Feb 18 2011
CROSSREFS
Sequence in context: A298650 A299604 A100908 * A142200 A137476 A292920
KEYWORD
easy,nonn
AUTHOR
William A. Tedeschi, Sep 07 2010, typo in definition corrected Sep 09 2010
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 April 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)