login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A154731 Integers of the form k=n^3-n^2, such that k-+1 are primes. 2
4, 18, 180, 2028, 8820, 34848, 108288, 191748, 720900, 875520, 960498, 990000, 1355310, 1629108, 1713600, 1756920, 2334948, 2609028, 7376850, 8448048, 21639798, 37148148, 42023088, 48893940, 60544008, 63840000, 100328400 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

MATHEMATICA

lst={}; Do[k=n^3-n^2; If[PrimeQ[k-1]&&PrimeQ[k+1], AppendTo[lst, p]], {n, 7!}]; lst

CROSSREFS

Cf. A111503

Sequence in context: A156870 A145075 A058924 * A201346 A174663 A197786

Adjacent sequences:  A154728 A154729 A154730 * A154732 A154733 A154734

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jan 14 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 23:33 EST 2012. Contains 206085 sequences.