Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A132839
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A132839 Largest terms a(n) forming a self-convolution 5-th power of an integer sequence (A132840) such that: a(n) <= 5*a(n-1) for n>0 with a(0)=1. +0
4
1, 5, 25, 125, 625, 3121, 15605, 78025, 390125, 1950625, 9753123, 48765615, 243828075, 1219140375, 6095701875, 30478509371, 152392546855, 761962734275, 3809813671375, 19049068356875, 95245341784374, 476226708921870 (list; graph; listen)
OFFSET

0,2

PROGRAM

(PARI) {a(n)=local(A, t, r=1); A=if(n==0, [1], vector(n, j, a(j-1))); if(n==0, r=1, t=a(n-1); if(denominator(Vec(Ser(concat(A, 5*t))^(1/5))[n+1])==1, r=5*t, if(denominator(Vec(Ser(concat(A, 5*t-1))^(1/5))[n+1])==1, r=5*t-1, if(denominator(Vec(Ser(concat(A, 5*t-2))^(1/5))[n+1])==1, r=5*t-2, if(denominator(Vec(Ser(concat(A, 5*t-3))^(1/5))[n+1])==1, r=5*t-3, r=5*t-4))))); r}

CROSSREFS

Cf. A132840 (fifth-root); variants: A132831, A132835, A132837.

Adjacent sequences: A132836 A132837 A132838 this_sequence A132840 A132841 A132842

Sequence in context: A126642 A057831 A014946 this_sequence A129066 A102169 A060391

KEYWORD

nonn

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Sep 10 2007

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified October 6 16:13 EDT 2008. Contains 144667 sequences.


AT&T Labs Research