[go: up one dir, main page]

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!)
A293154 Record high values in A036263. 3
1, 2, 4, 10, 16, 28, 32, 40, 46, 50, 68, 70, 80, 92, 98, 104, 116, 124, 142, 144, 160, 186, 206, 216, 232, 236, 238, 248, 272, 274, 278, 280, 286, 292, 332, 348, 356, 378, 382, 436, 438, 454, 462 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MAPLE
i := 0 ;
arec := 0 ;
for i from 1 do
a := A036263(i) ;
if a > arec then
arec := a;
printf("%d, \n", arec) ;
end if;
end do: # R. J. Mathar, Oct 13 2017
PROG
(PARI) See Links section.
CROSSREFS
Sequence in context: A111149 A123689 A137928 * A144834 A006584 A280186
KEYWORD
nonn,more
AUTHOR
N. J. A. Sloane, Oct 10 2017
EXTENSIONS
a(19)-a(43) from Rémy Sigrist, Mar 17 2019
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 29 15:31 EDT 2024. Contains 375517 sequences. (Running on oeis4.)