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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135371 Prime[3^(n + 1)] - Prime[3^n]. 0
3, 18, 80, 316, 1124, 3976, 13770, 46398, 155174, 512700, 1679218, 5454768, 17617664, 56578816, 180896064, 576041630, 1827788446, 5781493590, 18236550884, 57379347420, 180130119286, 564319058202, 1764618506934 (list; graph; refs; listen; history; internal format)
OFFSET

0,1

EXAMPLE

Prime[n] is the n-th prime:

a(0)=3 because we can write Prime[3^1]-Prime[3^0]=Prime[3]-Prime[1]=5-2=3

a(1)=18 because we can write Prime[3^2]-Prime[3^1]=Prime[9]-Prime[3]=23-5=18

a(2)=80 because we can write Prime[3^3]-Prime[3^2]=Prime[27]-Prime[9]=103-23=80

MATHEMATICA

Table[Prime[3^(n + 1)] - Prime[3^n], {n, 0, 26}]

CROSSREFS

Sequence in context: A043008 A056319 A056310 * A086346 A036290 A078904

Adjacent sequences:  A135368 A135369 A135370 * A135372 A135373 A135374

KEYWORD

nonn

AUTHOR

Marvin Ray Burns (bmmmburns(AT)sbcglobal.net), Dec 09 2007

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 09:41 EST 2012. Contains 206009 sequences.