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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A199192 Primes of the form 3^(2n-3)+3^(n-1)+1. 2
7, 37, 271, 2269, 19927, 129159847, 1162320517, 49269609804781974450852068861184694669, 589881151426658740854227725580736348850640632297373414091790995505756623268837 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,1

COMMENTS

The corresponding n are in A199191.

LINKS

Table of n, a(n) for n=1..9.

FORMULA

Primes in A198410.

MATHEMATICA

a={}; Do[p=( (3^(n-1) + 1)^3 -1)/3^n; If[PrimeQ[p], AppendTo[a, p]], {n, 10^2}]; Print[a];

CROSSREFS

Cf. A198410, A199191.

Sequence in context: A217723 A100309 A198410 * A089677 A075996 A173766

Adjacent sequences:  A199189 A199190 A199191 * A199193 A199194 A199195

KEYWORD

nonn

AUTHOR

Michel Lagneau, Nov 03 2011

STATUS

approved

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 May 25 17:26 EDT 2013. Contains 225647 sequences.