Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A005108
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A005108 Class 4+ primes.
(Formerly M5350)
+0
24
73, 313, 443, 617, 661, 673, 677, 691, 739, 757, 823, 887, 907, 941, 977, 1093, 1109, 1129, 1201, 1213, 1303, 1361, 1447, 1453, 1543, 1553, 1621, 1627, 1657, 1753, 1811, 1867, 1873, 1993, 1997, 2017, 2081, 2083, 2113, 2269, 2273, 2281, 2293, 2333, 2341 (list; graph; listen)
OFFSET

1,1

REFERENCES

R. K. Guy, Unsolved Problems in Number Theory, A18.

MAPLE

For Maple program see Mathar link.

MATHEMATICA

PrimeFactors[n_Integer] := Flatten[ Table[ #[[1]], {1}] & /@ FactorInteger[n]]; f[n_Integer] := Block[{m = n}, If[m == 0, m = 1, While[ IntegerQ[m/2], m /= 2]; While[ IntegerQ[m/3], m /= 3]]; Apply[Times, PrimeFactors[m] + 1]]; ClassPlusNbr[n_] := Length[ NestWhileList[f, n, UnsameQ, All]] - 3; Prime[ Select[ Range[350], ClassPlusNbr[ Prime[ # ]] == 4 &]]

CROSSREFS

Cf. A005113, A005105, A005106, A005107.

Sequence in context: A140857 A142614 A142406 this_sequence A142810 A142279 A092342

Adjacent sequences: A005105 A005106 A005107 this_sequence A005109 A005110 A005111

KEYWORD

nonn

AUTHOR

njas, Simon Plouffe (plouffe(AT)math.uqam.ca)

EXTENSIONS

Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Mar 20 2003

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 August 19 23:53 EDT 2008. Contains 142930 sequences.


AT&T Labs Research