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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A161469 Primes of the form 3^k+2^k-k^3+k^2. 1
5, 17, 613, 129266611, 7625731683761, 150094704016430497, 2503155504994422192936289397051173, 4638397686588101984398752568803509060305779468709 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

COMMENTS

The associated k are 1,3,6,17,27,36,70,102,237,377,463,576,639,683,... [R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 12 2009]

MATHEMATICA

lst={}; Do[If[PrimeQ[p=(3^n+2^n)-(n^3-n^2)], AppendTo[lst, p]], {n, 6!}]; lst

PROG

(MAGMA) [ a: n in [1..450] | IsPrime(a) where a is 3^n+2^n-n^3+n^2] [From Vincenzo Librandi, Nov 30 2010]

CROSSREFS

Cf. A058765, A082101, A161470.

Sequence in context: A081479 A096996 A070294 * A119531 A172996 A085832

Adjacent sequences:  A161466 A161467 A161468 * A161470 A161471 A161472

KEYWORD

nonn

AUTHOR

Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 10 2009

EXTENSIONS

Definition simplified by R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Jun 12 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 16 08:13 EST 2012. Contains 205893 sequences.