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!)
A139192 a(n) = (prime(n)! - 4)/4. 18
29, 1259, 9979199, 1556755199, 88921857023999, 30411275102207999, 6463004184721244159999, 2210440498434925488635903999999, 2055709663544480704431390719999999, 3440938272806586261578994895395225599999999, 8363131653290951777042515513360187916287999999999, 15103815765843458909338783017128499376816127999999999, 64655810377792045160741088788402994992299408097279999999999, 1068720821015006391074503438347349912422585947091703431167999999999999 (list; graph; refs; listen; history; text; internal format)
OFFSET
3,1
LINKS
FORMULA
a(n) = (A139189(n+2) - 3)/4. - R. J. Mathar, May 25 2008
MATHEMATICA
Table[(Prime[n]! - 4)/4, {n, 3, 20}]
PROG
(Magma) [(Factorial(NthPrime(n))-4)/4: n in [3..20]]; // Vincenzo Librandi, Jun 02 2017
(PARI) a(n) = (prime(n)!-4)/4;
lista(nn) = for (n=3, nn, print1(a(n), ", ")); \\ Michel Marcus, Feb 17 2018
CROSSREFS
Sequence in context: A159479 A264351 A195740 * A290022 A191968 A049657
KEYWORD
nonn
AUTHOR
Artur Jasinski, Apr 11 2008
EXTENSIONS
More terms from R. J. Mathar, May 25 2008
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 July 12 20:37 EDT 2024. Contains 374252 sequences. (Running on oeis4.)