Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A077287
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A077287 Unique encountered factors from ( (prime(n)*prime(n+1))^2 + 1 )/2. +0
1
113, 613, 5, 24421, 101, 2042221, 13, 41, 60731221, 102975601, 6653, 253102501, 327449641, 17, 14957, 722798221, 37, 35597, 797, 233, 2284271641, 7937, 337, 73, 29, 53, 46414646521, 57358506301, 2521, 89, 89249322541, 61, 281, 56597 (list; graph; listen)
OFFSET

2,1

COMMENT

The sequence only looks at the first prime factors when several are encountered. Duplicates have been removed.

REFERENCES

C. Stanley Ogilvy and John T. Anderson, Excursions in Number Theory. Dover. New York: 1988.

LINKS

Chris Nash, PrimeForm - Probable Prime and Classical Primality Testing for 32-bit Windows.

George F. Woltman, GIMPS - The Great Internet Mersenne Prime Search.

EXAMPLE

Primeform reports 2281 as the factor from ( (P(38321)*P(38322))2+1)/2; this is M17.

MATHEMATICA

PrimeFactors[n_] := Flatten[ Table[ # [[1]], {1}] & /@ FactorInteger[n]]; a = {}; Do[l = PrimeFactors[((Prime[n]*Prime[n + 1])^2 + 1)/2]; If[ Position[a, l[[1]]] == {}, AppendTo[a, l[[1]]]], {n, 2, 127}]; a

CROSSREFS

Sequence in context: A118506 A109563 A142024 this_sequence A087294 A075030 A079098

Adjacent sequences: A077284 A077285 A077286 this_sequence A077288 A077289 A077290

KEYWORD

nonn

AUTHOR

Bill R McEachen (bmceache(AT)centralsan.dst.ca.us), Aug 22 2003

EXTENSIONS

Edited by Robert G. Wilson v (rgwv(AT)rgwv.com), Sept 27 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 July 26 13:41 EDT 2008. Contains 142293 sequences.


AT&T Labs Research