login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A290179 Permanent of the Vandermonde matrix of the first n prime numbers. 2
1, 1, 5, 220, 143842, 3812606760, 3100526225748168, 166067393340668215090464, 385094129557861603998569599769808, 77982538436250653791038197809234977272470080, 2745781888570437969210153614136500296784874421242232818048 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
a(3) = Permanent([1, 2, 4; 1, 3, 9; 1, 5, 25]) = 220.
MAPLE
with(LinearAlgebra):
a:= n-> `if`(n=0, 1, Permanent(VandermondeMatrix([ithprime(i)$i=1..n]))):
seq(a(n), n=0..12);
CROSSREFS
Sequence in context: A346196 A261945 A024070 * A050617 A066462 A046193
KEYWORD
nonn
AUTHOR
Alois P. Heinz, Jul 23 2017
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 12 04:50 EDT 2024. Contains 375085 sequences. (Running on oeis4.)