Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A097142
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A097142 Number of primes p < 10^n for which 2 is a cubic residue (mod p). +0
2
3, 16, 112, 818, 6367 (list; graph; listen)
OFFSET

1,1

COMMENT

It would appear that about two-thirds of a primes have 2 as a cubic residue. A097142/A006880.

LINKS

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics..

MATHEMATICA

f[p_] := Block[{k = 2}, While[k < p && Mod[k^3, p] != 2, k++ ]; If[k == p, 0, 1]]; c = 1; k = 2; Do[ While[ p = Prime[k]; p < 10^n, If[ f[p] == 1, c++ ]; k++ ]; Print[c], {n, 5}]

CROSSREFS

Cf. A040028, A006880.

Sequence in context: A039751 A141003 A002404 this_sequence A005419 A124537 A074523

Adjacent sequences: A097139 A097140 A097141 this_sequence A097143 A097144 A097145

KEYWORD

more,nonn

AUTHOR

Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 26 2004

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified November 23 17:09 EST 2009. Contains 167438 sequences.


AT&T Labs Research